Html Css Color HEX #02B945 Dark Pastel Green

📋 copy color: '#02B945'

red 2 ◦ green 185 ◦ blue 69

#02B945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02B945

Tints of Dark Pastel Green #02B945

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 185 (72.66% from 255) = 72.27%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 0.78%
G = 72.27%
B = 26.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02B945 (or 0x02B945) is known color: Dark Pastel Green. HEX triplet: 02, B9 and 45. RGB value is (2,185,69). Sum of RGB (Red+Green+Blue) = 2+185+69=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #02B945 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B945 is #FD46BA. Grayscale: #757575. Windows color (decimal): -16598715 or 4569346. OLE color: 4569346.

HSL color Cylindrical-coordinate representation of color #02B945: hue angle of 141.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B945 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 185 69 -
CMYK 0.99 0 0.63 0.27
HSL 141.97º 0.98% 0.37% -
HSV(B) 141.97º 0.99% 0.73% -
XYZ 18.45 35.14 11.44 -
YUV 117.06 100.87 45.93 -
System Red Green Blue C M Y K H S L
Decimal 2 185 69 0.99 0 0.63 0.27 141.97 0.98 0.37
Hex 2 B9 45 63 0 3F 1B 8E 62 25
Octal 2 271 105 143 0 77 33 216 142 45
Binary 10 10111001 1000101 1100011 0 111111 11011 10001110 1100010 100101

Color Harmonies of #02B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B945

Black with #02B945

Text Example


Text Example

White with #02B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B945; }

 p { color: rgb(2,185,69); }

 H1.HeaderClassName
 {
   color: #02B945;
 }
 .AnyTagClassName
 {
   color: #02B945;
 }
</style>

background-color css

<style>
 a { background-color: #02B945; }

 a { background-color: rgb(2,185,69); }

 div.DivClassName
 {
   background-color: #02B945;
 }
 .BgClassName
 {
   background-color: #02B945;
 }
</style>

border-color css

<style>
 span { border-color: #02B945; }

 span { border-color: rgb(2,185,69); }

 td.TdClassName
 {
   border-color: #02B945;
 }
 .TagClassName
 {
   border-color: #02B945;
 }
</style>