Html Css Color HEX #02B875 Jade

📋 copy color: '#02B875'

red 2 ◦ green 184 ◦ blue 117

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

Shades of Jade #02B875

Tints of Jade #02B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.73%

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

R = 0.66%
G = 60.73%
B = 38.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#02B875 (or 0x02B875) is known color: Jade. HEX triplet: 02, B8 and 75. RGB value is (2,184,117). Sum of RGB (Red+Green+Blue) = 2+184+117=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #02B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B875 is #FD478A. Grayscale: #7A7A7A. Windows color (decimal): -16598923 or 7714818. OLE color: 7714818.

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

Color convert

RGB 2 184 117 -
CMYK 0.99 0 0.36 0.28
HSL 157.91º 0.98% 0.36% -
HSV(B) 157.91º 0.99% 0.72% -
XYZ 20.38 35.58 22.62 -
YUV 121.94 125.2 42.45 -
System Red Green Blue C M Y K H S L
Decimal 2 184 117 0.99 0 0.36 0.28 157.91 0.98 0.36
Hex 2 B8 75 63 0 24 1C 9E 62 24
Octal 2 270 165 143 0 44 34 236 142 44
Binary 10 10111000 1110101 1100011 0 100100 11100 10011110 1100010 100100

Color Harmonies of #02B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B875

Black with #02B875

Text Example


Text Example

White with #02B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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