#1D9435

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

Shades of Forest Green #1D9435

Tints of Forest Green #1D9435

Color information

#1D9435 (or 0x1D9435) is unknown color: approx Forest Green. HEX triplet: 1D, 94 and 35. RGB value is (29,148,53). Sum of RGB (Red+Green+Blue) = 29+148+53=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9435 is #E26BCA. Grayscale: #656565. Windows color (decimal): -14838731 or 3511325. OLE color: 3511325.

HSL color Cylindrical-coordinate representation of color #1D9435: hue angle of 132.1º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9435 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB2914853-
CMYK0.8000.640.42
HSL132.1º67.23%34.71%-
HSV(B)132.1º80.41%58.04%-
XYZ11.7421.76.94-
YUV101.59100.5876.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.61%
GREEN value IS 148 (58.20% from 255) = 64.35%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=12.61%
G=64.35%
B=23.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29148530.8000.640.42132.167.2334.71
Hex1D9435500402A844323
Octal352246512001005220410343
Binary1110110010100110101101000001000000101010100001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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