Html Css Color HEX #02B67C Jade

📋 copy color: '#02B67C'

red 2 ◦ green 182 ◦ blue 124

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

Shades of Jade #02B67C

Tints of Jade #02B67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 0.65%
G = 59.09%
B = 40.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#02B67C (or 0x02B67C) is known color: Jade. HEX triplet: 02, B6 and 7C. RGB value is (2,182,124). Sum of RGB (Red+Green+Blue) = 2+182+124=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #02B67C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B67C is #FD4983. Grayscale: #797979. Windows color (decimal): -16599428 or 8173058. OLE color: 8173058.

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

Color convert

RGB 2 182 124 -
CMYK 0.99 0 0.32 0.29
HSL 160.67º 0.98% 0.36% -
HSV(B) 160.67º 0.99% 0.71% -
XYZ 20.39 34.92 24.74 -
YUV 121.57 129.37 42.72 -
System Red Green Blue C M Y K H S L
Decimal 2 182 124 0.99 0 0.32 0.29 160.67 0.98 0.36
Hex 2 B6 7C 63 0 20 1D A1 62 24
Octal 2 266 174 143 0 40 35 241 142 44
Binary 10 10110110 1111100 1100011 0 100000 11101 10100001 1100010 100100

Color Harmonies of #02B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B67C

Black with #02B67C

Text Example


Text Example

White with #02B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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