#1CA339

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

Shades of Forest Green #1CA339

Tints of Forest Green #1CA339

Color information

#1CA339 (or 0x1CA339) is unknown color: approx Forest Green. HEX triplet: 1C, A3 and 39. RGB value is (28,163,57). Sum of RGB (Red+Green+Blue) = 28+163+57=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA339 is #E35CC6. Grayscale: #6E6E6E. Windows color (decimal): -14900423 or 3777308. OLE color: 3777308.

HSL color Cylindrical-coordinate representation of color #1CA339: hue angle of 132.89º 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 #1CA339 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB2816357-
CMYK0.8300.650.36
HSL132.89º70.68%37.45%-
HSV(B)132.89º82.82%63.92%-
XYZ14.3126.748.28-
YUV110.5597.7769.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 163 (64.06% from 255) = 65.73%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=11.29%
G=65.73%
B=22.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163570.8300.650.36132.8970.6837.45
Hex1CA3395304124854725
Octal342437112301014420510745
Binary1110010100011111001101001101000001100100100001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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