#1DA335

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

Shades of Forest Green #1DA335

Tints of Forest Green #1DA335

Color information

#1DA335 (or 0x1DA335) is unknown color: approx Forest Green. HEX triplet: 1D, A3 and 35. RGB value is (29,163,53). Sum of RGB (Red+Green+Blue) = 29+163+53=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA335 is #E25CCA. Grayscale: #6E6E6E. Windows color (decimal): -14834891 or 3515165. OLE color: 3515165.

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

Color convert

RGB2916353-
CMYK0.8200.670.36
HSL130.75º69.79%37.65%-
HSV(B)130.75º82.21%63.92%-
XYZ14.2526.717.77-
YUV110.3995.6169.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 163 (64.06% from 255) = 66.53%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=11.84%
G=66.53%
B=21.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29163530.8200.670.36130.7569.7937.65
Hex1DA3355204324834626
Octal352436512201034420310646
Binary1110110100011110101101001001000011100100100000111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,163,53); }

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

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

 a { background-color: rgb(29,163,53); }

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

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

 span { border-color: rgb(29,163,53); }

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