#1C9334

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

Shades of Forest Green #1C9334

Tints of Forest Green #1C9334

Color information

#1C9334 (or 0x1C9334) is unknown color: approx Forest Green. HEX triplet: 1C, 93 and 34. RGB value is (28,147,52). Sum of RGB (Red+Green+Blue) = 28+147+52=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 147 (57.81% from 255 or 64.76% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9334 is #E36CCB. Grayscale: #646464. Windows color (decimal): -14904524 or 3445532. OLE color: 3445532.

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

Color convert

RGB2814752-
CMYK0.8100.650.42
HSL132.1º68%34.31%-
HSV(B)132.1º80.95%57.65%-
XYZ11.5321.366.76-
YUV100.59100.5876.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 147 (57.81% from 255) = 64.76%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=12.33%
G=64.76%
B=22.91%

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
Decimal28147520.8100.650.42132.16834.31
Hex1C9334510412A844422
Octal342236412101015220410442
Binary1110010010011110100101000101000001101010100001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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