#1C8A30

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

Shades of Forest Green #1C8A30

Tints of Forest Green #1C8A30

Color information

#1C8A30 (or 0x1C8A30) is unknown color: approx Forest Green. HEX triplet: 1C, 8A and 30. RGB value is (28,138,48). Sum of RGB (Red+Green+Blue) = 28+138+48=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8A30 is #E375CF. Grayscale: #5F5F5F. Windows color (decimal): -14906832 or 3181084. OLE color: 3181084.

HSL color Cylindrical-coordinate representation of color #1C8A30: hue angle of 130.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A30 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB2813848-
CMYK0.8000.650.46
HSL130.91º66.27%32.55%-
HSV(B)130.91º79.71%54.12%-
XYZ10.118.645.86-
YUV94.85101.5680.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 138 (54.30% from 255) = 64.49%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=13.08%
G=64.49%
B=22.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28138480.8000.650.46130.9166.2732.55
Hex1C8A30500412E834221
Octal342126012001015620310241
Binary1110010001010110000101000001000001101110100000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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