#1CA337

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

Shades of Forest Green #1CA337

Tints of Forest Green #1CA337

Color information

#1CA337 (or 0x1CA337) is unknown color: approx Forest Green. HEX triplet: 1C, A3 and 37. RGB value is (28,163,55). Sum of RGB (Red+Green+Blue) = 28+163+55=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA337 is #E35CC8. Grayscale: #6E6E6E. Windows color (decimal): -14900425 or 3646236. OLE color: 3646236.

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

Color convert

RGB2816355-
CMYK0.8300.660.36
HSL132º70.68%37.45%-
HSV(B)132º82.82%63.92%-
XYZ14.2726.728.02-
YUV110.3296.7769.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 163 (64.06% from 255) = 66.26%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=11.38%
G=66.26%
B=22.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163550.8300.660.3613270.6837.45
Hex1CA3375304224844725
Octal342436712301024420410745
Binary1110010100011110111101001101000010100100100001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,55); }

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

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

 a { background-color: rgb(28,163,55); }

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

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

 span { border-color: rgb(28,163,55); }

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