Html Css Color HEX #02B077 Jade

📋 copy color: '#02B077'

red 2 ◦ green 176 ◦ blue 119

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

Shades of Jade #02B077

Tints of Jade #02B077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

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

R = 0.67%
G = 59.26%
B = 40.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#02B077 (or 0x02B077) is known color: Jade. HEX triplet: 02, B0 and 77. RGB value is (2,176,119). Sum of RGB (Red+Green+Blue) = 2+176+119=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #02B077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B077 is #FD4F88. Grayscale: #757575. Windows color (decimal): -16600969 or 7843842. OLE color: 7843842.

HSL color Cylindrical-coordinate representation of color #02B077: hue angle of 160.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B077 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 176 119 -
CMYK 0.99 0 0.32 0.31
HSL 160.34º 0.98% 0.35% -
HSV(B) 160.34º 0.99% 0.69% -
XYZ 18.88 32.4 22.71 -
YUV 117.48 128.85 45.63 -
System Red Green Blue C M Y K H S L
Decimal 2 176 119 0.99 0 0.32 0.31 160.34 0.98 0.35
Hex 2 B0 77 63 0 20 1F A0 62 23
Octal 2 260 167 143 0 40 37 240 142 43
Binary 10 10110000 1110111 1100011 0 100000 11111 10100000 1100010 100011

Color Harmonies of #02B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B077

Black with #02B077

Text Example


Text Example

White with #02B077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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