Html Css Color HEX #02B672 Jade

📋 copy color: '#02B672'

red 2 ◦ green 182 ◦ blue 114

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

Shades of Jade #02B672

Tints of Jade #02B672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.07%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 0.67%
G = 61.07%
B = 38.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#02B672 (or 0x02B672) is known color: Jade. HEX triplet: 02, B6 and 72. RGB value is (2,182,114). Sum of RGB (Red+Green+Blue) = 2+182+114=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #02B672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B672 is #FD498D. Grayscale: #787878. Windows color (decimal): -16599438 or 7517698. OLE color: 7517698.

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

Color convert

RGB 2 182 114 -
CMYK 0.99 0 0.37 0.29
HSL 157.33º 0.98% 0.36% -
HSV(B) 157.33º 0.99% 0.71% -
XYZ 19.79 34.68 21.57 -
YUV 120.43 124.37 43.53 -
System Red Green Blue C M Y K H S L
Decimal 2 182 114 0.99 0 0.37 0.29 157.33 0.98 0.36
Hex 2 B6 72 63 0 25 1D 9D 62 24
Octal 2 266 162 143 0 45 35 235 142 44
Binary 10 10110110 1110010 1100011 0 100101 11101 10011101 1100010 100100

Color Harmonies of #02B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B672

Black with #02B672

Text Example


Text Example

White with #02B672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,182,114); }

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

background-color css

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

 a { background-color: rgb(2,182,114); }

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

border-color css

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

 span { border-color: rgb(2,182,114); }

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