#1CA41F

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

Shades of Forest Green #1CA41F

Tints of Forest Green #1CA41F

Color information

#1CA41F (or 0x1CA41F) is unknown color: approx Forest Green. HEX triplet: 1C, A4 and 1F. RGB value is (28,164,31). Sum of RGB (Red+Green+Blue) = 28+164+31=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 164 (64.45% from 255 or 73.54% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA41F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA41F is #E35BE0. Grayscale: #6C6C6C. Windows color (decimal): -14900193 or 2073628. OLE color: 2073628.

HSL color Cylindrical-coordinate representation of color #1CA41F: hue angle of 121.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA41F is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB2816431-
CMYK0.8300.810.36
HSL121.32º70.83%37.65%-
HSV(B)121.32º82.93%64.31%-
XYZ1426.95.75-
YUV108.1784.4470.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 164 (64.45% from 255) = 73.54%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=12.56%
G=73.54%
B=13.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28164310.8300.810.36121.3270.8337.65
Hex1CA41F5305124794726
Octal342443712301214417110746
Binary11100101001001111110100110101000110010011110011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,164,31); }

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

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

 a { background-color: rgb(28,164,31); }

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

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

 span { border-color: rgb(28,164,31); }

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