Html Css Color HEX #02B575 Jade

📋 copy color: '#02B575'

red 2 ◦ green 181 ◦ blue 117

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

Shades of Jade #02B575

Tints of Jade #02B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 0.67%
G = 60.33%
B = 39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#02B575 (or 0x02B575) is known color: Jade. HEX triplet: 02, B5 and 75. RGB value is (2,181,117). Sum of RGB (Red+Green+Blue) = 2+181+117=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #02B575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B575 is #FD4A8A. Grayscale: #787878. Windows color (decimal): -16599691 or 7714050. OLE color: 7714050.

HSL color Cylindrical-coordinate representation of color #02B575: hue angle of 158.55º 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 #02B575 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 181 117 -
CMYK 0.99 0 0.35 0.29
HSL 158.55º 0.98% 0.36% -
HSV(B) 158.55º 0.99% 0.71% -
XYZ 19.76 34.35 22.42 -
YUV 120.18 126.2 43.7 -
System Red Green Blue C M Y K H S L
Decimal 2 181 117 0.99 0 0.35 0.29 158.55 0.98 0.36
Hex 2 B5 75 63 0 23 1D 9F 62 24
Octal 2 265 165 143 0 43 35 237 142 44
Binary 10 10110101 1110101 1100011 0 100011 11101 10011111 1100010 100100

Color Harmonies of #02B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B575

Black with #02B575

Text Example


Text Example

White with #02B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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