#1C8D30

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

Shades of Forest Green #1C8D30

Tints of Forest Green #1C8D30

Color information

#1C8D30 (or 0x1C8D30) is unknown color: approx Forest Green. HEX triplet: 1C, 8D and 30. RGB value is (28,141,48). Sum of RGB (Red+Green+Blue) = 28+141+48=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8D30 is #E372CF. Grayscale: #606060. Windows color (decimal): -14906064 or 3181852. OLE color: 3181852.

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

Color convert

RGB2814148-
CMYK0.8000.660.45
HSL130.62º66.86%33.14%-
HSV(B)130.62º80.14%55.29%-
XYZ10.5419.516.01-
YUV96.61100.5679.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 141 (55.47% from 255) = 64.98%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=12.90%
G=64.98%
B=22.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28141480.8000.660.45130.6266.8633.14
Hex1C8D30500422D834321
Octal342156012001025520310341
Binary1110010001101110000101000001000010101101100000111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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