Html Css Color HEX #02B577 Jade

📋 copy color: '#02B577'

red 2 ◦ green 181 ◦ blue 119

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

Shades of Jade #02B577

Tints of Jade #02B577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.93%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 0.66%
G = 59.93%
B = 39.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#02B577 (or 0x02B577) is known color: Jade. HEX triplet: 02, B5 and 77. RGB value is (2,181,119). Sum of RGB (Red+Green+Blue) = 2+181+119=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #02B577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B577 is #FD4A88. Grayscale: #787878. Windows color (decimal): -16599689 or 7845122. OLE color: 7845122.

HSL color Cylindrical-coordinate representation of color #02B577: hue angle of 159.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B577 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 181 119 -
CMYK 0.99 0 0.34 0.29
HSL 159.22º 0.98% 0.36% -
HSV(B) 159.22º 0.99% 0.71% -
XYZ 19.88 34.39 23.04 -
YUV 120.41 127.2 43.54 -
System Red Green Blue C M Y K H S L
Decimal 2 181 119 0.99 0 0.34 0.29 159.22 0.98 0.36
Hex 2 B5 77 63 0 22 1D 9F 62 24
Octal 2 265 167 143 0 42 35 237 142 44
Binary 10 10110101 1110111 1100011 0 100010 11101 10011111 1100010 100100

Color Harmonies of #02B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B577

Black with #02B577

Text Example


Text Example

White with #02B577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,181,119); }

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

background-color css

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

 a { background-color: rgb(2,181,119); }

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

border-color css

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

 span { border-color: rgb(2,181,119); }

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