Html Css Color HEX #02B277 Jade

📋 copy color: '#02B277'

red 2 ◦ green 178 ◦ blue 119

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

Shades of Jade #02B277

Tints of Jade #02B277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.53%

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

R = 0.67%
G = 59.53%
B = 39.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#02B277 (or 0x02B277) is known color: Jade. HEX triplet: 02, B2 and 77. RGB value is (2,178,119). Sum of RGB (Red+Green+Blue) = 2+178+119=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #02B277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B277 is #FD4D88. Grayscale: #767676. Windows color (decimal): -16600457 or 7844354. OLE color: 7844354.

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

Color convert

RGB 2 178 119 -
CMYK 0.99 0 0.33 0.30
HSL 159.89º 0.98% 0.35% -
HSV(B) 159.89º 0.99% 0.7% -
XYZ 19.28 33.19 22.84 -
YUV 118.65 128.19 44.8 -
System Red Green Blue C M Y K H S L
Decimal 2 178 119 0.99 0 0.33 0.30 159.89 0.98 0.35
Hex 2 B2 77 63 0 21 1E A0 62 23
Octal 2 262 167 143 0 41 36 240 142 43
Binary 10 10110010 1110111 1100011 0 100001 11110 10100000 1100010 100011

Color Harmonies of #02B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B277

Black with #02B277

Text Example


Text Example

White with #02B277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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