#1C8830

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

Shades of Forest Green #1C8830

Tints of Forest Green #1C8830

Color information

#1C8830 (or 0x1C8830) is unknown color: approx Forest Green. HEX triplet: 1C, 88 and 30. RGB value is (28,136,48). Sum of RGB (Red+Green+Blue) = 28+136+48=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #1C8830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8830 is #E377CF. Grayscale: #5D5D5D. Windows color (decimal): -14907344 or 3180572. OLE color: 3180572.

HSL color Cylindrical-coordinate representation of color #1C8830: hue angle of 131.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8830 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB2813648-
CMYK0.7900.650.47
HSL131.11º65.85%32.16%-
HSV(B)131.11º79.41%53.33%-
XYZ9.8218.075.77-
YUV93.68102.2281.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=13.21%
G=64.15%
B=22.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28136480.7900.650.47131.1165.8532.16
Hex1C88304F0412F834220
Octal342106011701015720310240
Binary1110010001000110000100111101000001101111100000111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,136,48); }

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

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

 a { background-color: rgb(28,136,48); }

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

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

 span { border-color: rgb(28,136,48); }

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