Html Css Color HEX #02B967 Jade

📋 copy color: '#02B967'

red 2 ◦ green 185 ◦ blue 103

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

Shades of Jade #02B967

Tints of Jade #02B967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 0.69%
G = 63.79%
B = 35.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#02B967 (or 0x02B967) is known color: Jade. HEX triplet: 02, B9 and 67. RGB value is (2,185,103). Sum of RGB (Red+Green+Blue) = 2+185+103=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #02B967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B967 is #FD4698. Grayscale: #797979. Windows color (decimal): -16598681 or 6797570. OLE color: 6797570.

HSL color Cylindrical-coordinate representation of color #02B967: hue angle of 153.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B967 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 185 103 -
CMYK 0.99 0 0.44 0.27
HSL 153.11º 0.98% 0.37% -
HSV(B) 153.11º 0.99% 0.73% -
XYZ 19.82 35.69 18.68 -
YUV 120.94 117.87 43.17 -
System Red Green Blue C M Y K H S L
Decimal 2 185 103 0.99 0 0.44 0.27 153.11 0.98 0.37
Hex 2 B9 67 63 0 2C 1B 99 62 25
Octal 2 271 147 143 0 54 33 231 142 45
Binary 10 10111001 1100111 1100011 0 101100 11011 10011001 1100010 100101

Color Harmonies of #02B967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B967

Black with #02B967

Text Example


Text Example

White with #02B967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,103); }

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

background-color css

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

 a { background-color: rgb(2,185,103); }

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

border-color css

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

 span { border-color: rgb(2,185,103); }

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