Html Css Color HEX #02760E Green

📋 copy color: '#02760E'

red 2 ◦ green 118 ◦ blue 14

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

Shades of Green #02760E

Tints of Green #02760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 88.06%

 BLUE value IS 14 (5.86% from 255) = 10.45%

R = 1.49%
G = 88.06%
B = 10.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#02760E (or 0x02760E) is known color: Green. HEX triplet: 02, 76 and 0E. RGB value is (2,118,14). Sum of RGB (Red+Green+Blue) = 2+118+14=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #02760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02760E is #FD89F1. Grayscale: #474747. Windows color (decimal): -16615922 or 947714. OLE color: 947714.

HSL color Cylindrical-coordinate representation of color #02760E: hue angle of 126.21º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02760E is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 14 -
CMYK 0.98 0 0.88 0.54
HSL 126.21º 0.97% 0.24% -
HSV(B) 126.21º 0.98% 0.46% -
XYZ 6.58 13 2.58 -
YUV 71.46 95.57 78.46 -
System Red Green Blue C M Y K H S L
Decimal 2 118 14 0.98 0 0.88 0.54 126.21 0.97 0.24
Hex 2 76 E 62 0 58 36 7E 61 18
Octal 2 166 16 142 0 130 66 176 141 30
Binary 10 1110110 1110 1100010 0 1011000 110110 1111110 1100001 11000

Color Harmonies of #02760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02760E

Black with #02760E

Text Example


Text Example

White with #02760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02760E; }

 p { color: rgb(2,118,14); }

 H1.HeaderClassName
 {
   color: #02760E;
 }
 .AnyTagClassName
 {
   color: #02760E;
 }
</style>

background-color css

<style>
 a { background-color: #02760E; }

 a { background-color: rgb(2,118,14); }

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

border-color css

<style>
 span { border-color: #02760E; }

 span { border-color: rgb(2,118,14); }

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