#12841E

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

Shades of Forest Green #12841E

Tints of Forest Green #12841E

Color information

#12841E (or 0x12841E) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 1E. RGB value is (18,132,30). Sum of RGB (Red+Green+Blue) = 18+132+30=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #12841E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841E is #ED7BE1. Grayscale: #565656. Windows color (decimal): -15563746 or 1999890. OLE color: 1999890.

HSL color Cylindrical-coordinate representation of color #12841E: hue angle of 126.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12841E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1813230-
CMYK0.8600.770.48
HSL126.32º76%29.41%-
HSV(B)126.32º86.36%51.76%-
XYZ8.7416.724-
YUV86.2996.2379.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 132 (51.95% from 255) = 73.33%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=10%
G=73.33%
B=16.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132300.8600.770.48126.327629.41
Hex12841E5604D307e4c1d
Octal222043612601156017611435
Binary1001010000100111101010110010011011100001111110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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