Html Css Color HEX #02B27E Jade

📋 copy color: '#02B27E'

red 2 ◦ green 178 ◦ blue 126

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

Shades of Jade #02B27E

Tints of Jade #02B27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 0.65%
G = 58.17%
B = 41.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#02B27E (or 0x02B27E) is known color: Jade. HEX triplet: 02, B2 and 7E. RGB value is (2,178,126). Sum of RGB (Red+Green+Blue) = 2+178+126=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #02B27E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B27E is #FD4D81. Grayscale: #777777. Windows color (decimal): -16600450 or 8303106. OLE color: 8303106.

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

Color convert

RGB 2 178 126 -
CMYK 0.99 0 0.29 0.30
HSL 162.27º 0.98% 0.35% -
HSV(B) 162.27º 0.99% 0.7% -
XYZ 19.71 33.36 25.14 -
YUV 119.45 131.69 44.23 -
System Red Green Blue C M Y K H S L
Decimal 2 178 126 0.99 0 0.29 0.30 162.27 0.98 0.35
Hex 2 B2 7E 63 0 1D 1E A2 62 23
Octal 2 262 176 143 0 35 36 242 142 43
Binary 10 10110010 1111110 1100011 0 11101 11110 10100010 1100010 100011

Color Harmonies of #02B27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B27E

Black with #02B27E

Text Example


Text Example

White with #02B27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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