#12640E

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

Shades of Green #12640E

Tints of Green #12640E

Color information

#12640E (or 0x12640E) is unknown color: approx Green. HEX triplet: 12, 64 and 0E. RGB value is (18,100,14). Sum of RGB (Red+Green+Blue) = 18+100+14=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #12640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12640E is #ED9BF1. Grayscale: #414141. Windows color (decimal): -15571954 or 943122. OLE color: 943122.

HSL color Cylindrical-coordinate representation of color #12640E: hue angle of 117.21º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12640E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1810014-
CMYK0.8200.860.61
HSL117.21º75.44%22.35%-
HSV(B)117.21º86%39.22%-
XYZ4.899.271.95-
YUV65.6898.8393.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 100 (39.45% from 255) = 75.76%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=13.64%
G=75.76%
B=10.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100140.8200.860.61117.2175.4422.35
Hex1264E520563D754b16
Octal221441612201267516511326
Binary10010110010011101010010010101101111011110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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