Html Css Color HEX #02B275 Jade

📋 copy color: '#02B275'

red 2 ◦ green 178 ◦ blue 117

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

Shades of Jade #02B275

Tints of Jade #02B275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 0.67%
G = 59.93%
B = 39.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#02B275 (or 0x02B275) is known color: Jade. HEX triplet: 02, B2 and 75. RGB value is (2,178,117). Sum of RGB (Red+Green+Blue) = 2+178+117=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #02B275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B275 is #FD4D8A. Grayscale: #767676. Windows color (decimal): -16600459 or 7713282. OLE color: 7713282.

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

Color convert

RGB 2 178 117 -
CMYK 0.99 0 0.34 0.30
HSL 159.2º 0.98% 0.35% -
HSV(B) 159.2º 0.99% 0.7% -
XYZ 19.16 33.14 22.22 -
YUV 118.42 127.19 44.96 -
System Red Green Blue C M Y K H S L
Decimal 2 178 117 0.99 0 0.34 0.30 159.2 0.98 0.35
Hex 2 B2 75 63 0 22 1E 9F 62 23
Octal 2 262 165 143 0 42 36 237 142 43
Binary 10 10110010 1110101 1100011 0 100010 11110 10011111 1100010 100011

Color Harmonies of #02B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B275

Black with #02B275

Text Example


Text Example

White with #02B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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