#02700C

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

Shades of Green #02700C

Tints of Green #02700C

Color information

#02700C (or 0x02700C) is unknown color: approx Green. HEX triplet: 02, 70 and 0C. RGB value is (2,112,12). Sum of RGB (Red+Green+Blue) = 2+112+12=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #02700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02700C is #FD8FF3. Grayscale: #434343. Windows color (decimal): -16617460 or 815106. OLE color: 815106.

HSL color Cylindrical-coordinate representation of color #02700C: hue angle of 125.45º 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 #02700C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB211212-
CMYK0.9800.890.56
HSL125.45º96.49%22.35%-
HSV(B)125.45º98.21%43.92%-
XYZ5.8911.632.28-
YUV67.7196.5681.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 112 (44.14% from 255) = 88.89%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=1.59%
G=88.89%
B=9.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112120.9800.890.56125.4596.4922.35
Hex270C62059387d6016
Octal21601414201317017514026
Binary10111000011001100010010110011110001111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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