Html Css Color HEX #02B968 Jade

📋 copy color: '#02B968'

red 2 ◦ green 185 ◦ blue 104

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

Shades of Jade #02B968

Tints of Jade #02B968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 0.69%
G = 63.57%
B = 35.74%

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

#02B968 (or 0x02B968) is known color: Jade. HEX triplet: 02, B9 and 68. RGB value is (2,185,104). Sum of RGB (Red+Green+Blue) = 2+185+104=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #02B968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B968 is #FD4697. Grayscale: #797979. Windows color (decimal): -16598680 or 6863106. OLE color: 6863106.

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

Color convert

RGB 2 185 104 -
CMYK 0.99 0 0.44 0.27
HSL 153.44º 0.98% 0.37% -
HSV(B) 153.44º 0.99% 0.73% -
XYZ 19.87 35.71 18.94 -
YUV 121.05 118.37 43.09 -
System Red Green Blue C M Y K H S L
Decimal 2 185 104 0.99 0 0.44 0.27 153.44 0.98 0.37
Hex 2 B9 68 63 0 2C 1B 99 62 25
Octal 2 271 150 143 0 54 33 231 142 45
Binary 10 10111001 1101000 1100011 0 101100 11011 10011001 1100010 100101

Color Harmonies of #02B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B968

Black with #02B968

Text Example


Text Example

White with #02B968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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