#1C9534

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

Shades of Forest Green #1C9534

Tints of Forest Green #1C9534

Color information

#1C9534 (or 0x1C9534) is unknown color: approx Forest Green. HEX triplet: 1C, 95 and 34. RGB value is (28,149,52). Sum of RGB (Red+Green+Blue) = 28+149+52=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9534 is #E36ACB. Grayscale: #666666. Windows color (decimal): -14904012 or 3446044. OLE color: 3446044.

HSL color Cylindrical-coordinate representation of color #1C9534: hue angle of 131.9º 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 #1C9534 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB2814952-
CMYK0.8100.650.42
HSL131.9º68.36%34.71%-
HSV(B)131.9º81.21%58.43%-
XYZ11.8521.996.87-
YUV101.7699.9175.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 149 (58.59% from 255) = 65.07%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=12.23%
G=65.07%
B=22.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28149520.8100.650.42131.968.3634.71
Hex1C9534510412A844423
Octal342256412101015220410443
Binary1110010010101110100101000101000001101010100001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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