#02700D

Color #02700D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #02700D

Tints of Green #02700D

Color information

#02700D (or 0x02700D) is unknown color: approx Green. HEX triplet: 02, 70 and 0D. RGB value is (2,112,13). Sum of RGB (Red+Green+Blue) = 2+112+13=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #02700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02700D is #FD8FF2. Grayscale: #444444. Windows color (decimal): -16617459 or 880642. OLE color: 880642.

HSL color Cylindrical-coordinate representation of color #02700D: hue angle of 126º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02700D is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB211213-
CMYK0.9800.880.56
HSL126º96.49%22.35%-
HSV(B)126º98.21%43.92%-
XYZ5.8911.632.32-
YUV67.8297.0681.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 112 (44.14% from 255) = 88.19%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=1.57%
G=88.19%
B=10.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112130.9800.880.5612696.4922.35
Hex270D62058387e6016
Octal21601514201307017614026
Binary10111000011011100010010110001110001111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02700D; }

 p { color: rgb(2,112,13); }

 H1.HeaderClassName
 {
   color: #02700D;
 }
 .AnyTagClassName
 {
   color: #02700D;
 }
</style>
background-color css

<style>
 a { background-color: #02700D; }

 a { background-color: rgb(2,112,13); }

 div.DivClassName
 {
   background-color: #02700D;
 }
 .BgClassName
 {
   background-color: #02700D;
 }
</style>
border-color css

<style>
 span { border-color: #02700D; }

 span { border-color: rgb(2,112,13); }

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