#1DA230

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

Shades of Forest Green #1DA230

Tints of Forest Green #1DA230

Color information

#1DA230 (or 0x1DA230) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 30. RGB value is (29,162,48). Sum of RGB (Red+Green+Blue) = 29+162+48=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA230 is #E25DCF. Grayscale: #6D6D6D. Windows color (decimal): -14835152 or 3187229. OLE color: 3187229.

HSL color Cylindrical-coordinate representation of color #1DA230: hue angle of 128.57º 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 #1DA230 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB2916248-
CMYK0.8200.700.36
HSL128.57º69.63%37.45%-
HSV(B)128.57º82.1%63.53%-
XYZ13.9626.327.14-
YUV109.2493.4470.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 162 (63.67% from 255) = 67.78%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=12.13%
G=67.78%
B=20.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162480.8200.700.36128.5769.6337.45
Hex1DA2305204624814625
Octal352426012201064420110645
Binary1110110100010110000101001001000110100100100000011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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