#1C9535

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

Shades of Forest Green #1C9535

Tints of Forest Green #1C9535

Color information

#1C9535 (or 0x1C9535) is unknown color: approx Forest Green. HEX triplet: 1C, 95 and 35. RGB value is (28,149,53). Sum of RGB (Red+Green+Blue) = 28+149+53=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9535 is #E36ACA. Grayscale: #666666. Windows color (decimal): -14904011 or 3511580. OLE color: 3511580.

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

Color convert

RGB2814953-
CMYK0.8100.640.42
HSL132.4º68.36%34.71%-
HSV(B)132.4º81.21%58.43%-
XYZ11.87226.99-
YUV101.88100.4175.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=12.17%
G=64.78%
B=23.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28149530.8100.640.42132.468.3634.71
Hex1C9535510402A844423
Octal342256512101005220410443
Binary1110010010101110101101000101000000101010100001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,149,53); }

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

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

 a { background-color: rgb(28,149,53); }

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

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

 span { border-color: rgb(28,149,53); }

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