Html Css Color HEX #02B760 Jade

📋 copy color: '#02B760'

red 2 ◦ green 183 ◦ blue 96

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

Shades of Jade #02B760

Tints of Jade #02B760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 65.12%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 0.71%
G = 65.12%
B = 34.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#02B760 (or 0x02B760) is known color: Jade. HEX triplet: 02, B7 and 60. RGB value is (2,183,96). Sum of RGB (Red+Green+Blue) = 2+183+96=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 183 (71.88% from 255 or 65.12% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 183 - color contains mainly: green. Hex color #02B760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B760 is #FD489F. Grayscale: #777777. Windows color (decimal): -16599200 or 6338306. OLE color: 6338306.

HSL color Cylindrical-coordinate representation of color #02B760: hue angle of 151.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B760 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 183 96 -
CMYK 0.99 0 0.48 0.28
HSL 151.16º 0.98% 0.36% -
HSV(B) 151.16º 0.99% 0.72% -
XYZ 19.07 34.72 16.76 -
YUV 118.96 115.03 44.57 -
System Red Green Blue C M Y K H S L
Decimal 2 183 96 0.99 0 0.48 0.28 151.16 0.98 0.36
Hex 2 B7 60 63 0 30 1C 97 62 24
Octal 2 267 140 143 0 60 34 227 142 44
Binary 10 10110111 1100000 1100011 0 110000 11100 10010111 1100010 100100

Color Harmonies of #02B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B760

Black with #02B760

Text Example


Text Example

White with #02B760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,183,96); }

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

background-color css

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

 a { background-color: rgb(2,183,96); }

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

border-color css

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

 span { border-color: rgb(2,183,96); }

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