#12751E

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

Shades of Forest Green #12751E

Tints of Forest Green #12751E

Color information

#12751E (or 0x12751E) is unknown color: approx Forest Green. HEX triplet: 12, 75 and 1E. RGB value is (18,117,30). Sum of RGB (Red+Green+Blue) = 18+117+30=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #12751E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12751E is #ED8AE1. Grayscale: #4D4D4D. Windows color (decimal): -15567586 or 1996050. OLE color: 1996050.

HSL color Cylindrical-coordinate representation of color #12751E: hue angle of 127.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12751E is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1811730-
CMYK0.8500.740.54
HSL127.27º73.33%26.47%-
HSV(B)127.27º84.62%45.88%-
XYZ6.8512.943.37-
YUV77.48101.285.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 117 (46.09% from 255) = 70.91%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=10.91%
G=70.91%
B=18.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117300.8500.740.54127.2773.3326.47
Hex12751E5504A367f491a
Octal221653612501126617711132
Binary100101110101111101010101010010101101101111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,117,30); }

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

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

 a { background-color: rgb(18,117,30); }

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

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

 span { border-color: rgb(18,117,30); }

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