#1D940A

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

Shades of Forest Green #1D940A

Tints of Forest Green #1D940A

Color information

#1D940A (or 0x1D940A) is unknown color: approx Forest Green. HEX triplet: 1D, 94 and 0A. RGB value is (29,148,10). Sum of RGB (Red+Green+Blue) = 29+148+10=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #1D940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D940A is #E26BF5. Grayscale: #616161. Windows color (decimal): -14838774 or 693277. OLE color: 693277.

HSL color Cylindrical-coordinate representation of color #1D940A: hue angle of 111.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D940A is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB2914810-
CMYK0.8000.930.42
HSL111.74º87.34%30.98%-
HSV(B)111.74º93.24%58.04%-
XYZ11.1521.463.84-
YUV96.6979.0879.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 148 (58.20% from 255) = 79.14%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=15.51%
G=79.14%
B=5.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29148100.8000.930.42111.7487.3430.98
Hex1D94A5005D2A70571f
Octal352241212001355216012737
Binary111011001010010101010000010111011010101110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D940A; }

 p { color: rgb(29,148,10); }

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

<style>
 a { background-color: #1D940A; }

 a { background-color: rgb(29,148,10); }

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

<style>
 span { border-color: #1D940A; }

 span { border-color: rgb(29,148,10); }

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