#12730E

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

Shades of Green #12730E

Tints of Green #12730E

Color information

#12730E (or 0x12730E) is unknown color: approx Green. HEX triplet: 12, 73 and 0E. RGB value is (18,115,14). Sum of RGB (Red+Green+Blue) = 18+115+14=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #12730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12730E is #ED8CF1. Grayscale: #4A4A4A. Windows color (decimal): -15568114 or 946962. OLE color: 946962.

HSL color Cylindrical-coordinate representation of color #12730E: hue angle of 117.62º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12730E is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1811514-
CMYK0.8400.880.55
HSL117.62º78.29%25.29%-
HSV(B)117.62º87.83%45.1%-
XYZ6.4612.422.47-
YUV74.4893.8687.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 115 (45.31% from 255) = 78.23%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=12.24%
G=78.23%
B=9.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115140.8400.880.55117.6278.2925.29
Hex1273E5405837764e19
Octal221631612401306716611631
Binary10010111001111101010100010110001101111110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,115,14); }

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

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

 a { background-color: rgb(18,115,14); }

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

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

 span { border-color: rgb(18,115,14); }

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