#1D8226

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

Shades of Forest Green #1D8226

Tints of Forest Green #1D8226

Color information

#1D8226 (or 0x1D8226) is unknown color: approx Forest Green. HEX triplet: 1D, 82 and 26. RGB value is (29,130,38). Sum of RGB (Red+Green+Blue) = 29+130+38=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8226 is #E27DD9. Grayscale: #595959. Windows color (decimal): -14843354 or 2523677. OLE color: 2523677.

HSL color Cylindrical-coordinate representation of color #1D8226: hue angle of 125.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8226 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB2913038-
CMYK0.7800.710.49
HSL125.35º63.52%31.18%-
HSV(B)125.35º77.69%50.98%-
XYZ8.8416.374.53-
YUV89.3199.0484.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=14.72%
G=65.99%
B=19.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29130380.7800.710.49125.3563.5231.18
Hex1D82264E047317d401f
Octal352024611601076117510037
Binary11101100000101001101001110010001111100011111101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,130,38); }

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

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

 a { background-color: rgb(29,130,38); }

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

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

 span { border-color: rgb(29,130,38); }

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