#1D9135

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

Shades of Forest Green #1D9135

Tints of Forest Green #1D9135

Color information

#1D9135 (or 0x1D9135) is unknown color: approx Forest Green. HEX triplet: 1D, 91 and 35. RGB value is (29,145,53). Sum of RGB (Red+Green+Blue) = 29+145+53=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9135 is #E26ECA. Grayscale: #646464. Windows color (decimal): -14839499 or 3510557. OLE color: 3510557.

HSL color Cylindrical-coordinate representation of color #1D9135: hue angle of 132.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9135 is Cyan = 0.8, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB2914553-
CMYK0.800.630.43
HSL132.41º66.67%34.12%-
HSV(B)132.41º80%56.86%-
XYZ11.2720.776.78-
YUV99.83101.5777.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 145 (57.03% from 255) = 63.88%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=12.78%
G=63.88%
B=23.35%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29145530.800.630.43132.4166.6734.12
Hex1D91355003F2B844322
Octal35221651200775320410342
Binary111011001000111010110100000111111101011100001001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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