#12981E

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

Shades of Forest Green #12981E

Tints of Forest Green #12981E

Color information

#12981E (or 0x12981E) is unknown color: approx Forest Green. HEX triplet: 12, 98 and 1E. RGB value is (18,152,30). Sum of RGB (Red+Green+Blue) = 18+152+30=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #12981E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12981E is #ED67E1. Grayscale: #626262. Windows color (decimal): -15558626 or 2005010. OLE color: 2005010.

HSL color Cylindrical-coordinate representation of color #12981E: hue angle of 125.37º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12981E is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1815230-
CMYK0.8800.800.40
HSL125.37º78.82%33.33%-
HSV(B)125.37º88.16%59.61%-
XYZ11.7122.684.99-
YUV98.0389.6170.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 152 (59.77% from 255) = 76%
BLUE value IS 30 (12.11% from 255) = 15%
R=9%
G=76%
B=15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152300.8800.800.40125.3778.8233.33
Hex12981E58050287d4f21
Octal222303613001205017511741
Binary10010100110001111010110000101000010100011111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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