Html Css Color HEX #02B478 Jade

📋 copy color: '#02B478'

red 2 ◦ green 180 ◦ blue 120

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

Shades of Jade #02B478

Tints of Jade #02B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.6%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 0.66%
G = 59.6%
B = 39.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#02B478 (or 0x02B478) is known color: Jade. HEX triplet: 02, B4 and 78. RGB value is (2,180,120). Sum of RGB (Red+Green+Blue) = 2+180+120=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #02B478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B478 is #FD4B87. Grayscale: #777777. Windows color (decimal): -16599944 or 7910402. OLE color: 7910402.

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

Color convert

RGB 2 180 120 -
CMYK 0.99 0 0.33 0.29
HSL 159.78º 0.98% 0.36% -
HSV(B) 159.78º 0.99% 0.71% -
XYZ 19.74 34.01 23.29 -
YUV 119.94 128.03 43.88 -
System Red Green Blue C M Y K H S L
Decimal 2 180 120 0.99 0 0.33 0.29 159.78 0.98 0.36
Hex 2 B4 78 63 0 21 1D A0 62 24
Octal 2 264 170 143 0 41 35 240 142 44
Binary 10 10110100 1111000 1100011 0 100001 11101 10100000 1100010 100100

Color Harmonies of #02B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B478

Black with #02B478

Text Example


Text Example

White with #02B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,180,120); }

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

background-color css

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

 a { background-color: rgb(2,180,120); }

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

border-color css

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

 span { border-color: rgb(2,180,120); }

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