Html Css Color HEX #02B761 Jade

📋 copy color: '#02B761'

red 2 ◦ green 183 ◦ blue 97

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

Shades of Jade #02B761

Tints of Jade #02B761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 0.71%
G = 64.89%
B = 34.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#02B761 (or 0x02B761) is known color: Jade. HEX triplet: 02, B7 and 61. RGB value is (2,183,97). Sum of RGB (Red+Green+Blue) = 2+183+97=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 183 (71.88% from 255 or 64.89% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 183 - color contains mainly: green. Hex color #02B761 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B761 is #FD489E. Grayscale: #777777. Windows color (decimal): -16599199 or 6403842. OLE color: 6403842.

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

Color convert

RGB 2 183 97 -
CMYK 0.99 0 0.47 0.28
HSL 151.49º 0.98% 0.36% -
HSV(B) 151.49º 0.99% 0.72% -
XYZ 19.12 34.74 17.01 -
YUV 119.08 115.53 44.49 -
System Red Green Blue C M Y K H S L
Decimal 2 183 97 0.99 0 0.47 0.28 151.49 0.98 0.36
Hex 2 B7 61 63 0 2F 1C 97 62 24
Octal 2 267 141 143 0 57 34 227 142 44
Binary 10 10110111 1100001 1100011 0 101111 11100 10010111 1100010 100100

Color Harmonies of #02B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B761

Black with #02B761

Text Example


Text Example

White with #02B761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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