#1DA226

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

Shades of Forest Green #1DA226

Tints of Forest Green #1DA226

Color information

#1DA226 (or 0x1DA226) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 26. RGB value is (29,162,38). Sum of RGB (Red+Green+Blue) = 29+162+38=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 162 (63.67% from 255 or 70.74% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA226 is #E25DD9. Grayscale: #6C6C6C. Windows color (decimal): -14835162 or 2531869. OLE color: 2531869.

HSL color Cylindrical-coordinate representation of color #1DA226: hue angle of 124.06º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA226 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB2916238-
CMYK0.8200.770.36
HSL124.06º69.63%37.45%-
HSV(B)124.06º82.1%63.53%-
XYZ13.7826.246.17-
YUV108.188.4471.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 162 (63.67% from 255) = 70.74%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=12.66%
G=70.74%
B=16.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162380.8200.770.36124.0669.6337.45
Hex1DA2265204D247c4625
Octal352424612201154417410645
Binary111011010001010011010100100100110110010011111001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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