#1CA722

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

Shades of Forest Green #1CA722

Tints of Forest Green #1CA722

Color information

#1CA722 (or 0x1CA722) is unknown color: approx Forest Green. HEX triplet: 1C, A7 and 22. RGB value is (28,167,34). Sum of RGB (Red+Green+Blue) = 28+167+34=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 167 (65.62% from 255 or 72.93% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA722 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA722 is #E358DD. Grayscale: #6E6E6E. Windows color (decimal): -14899422 or 2271004. OLE color: 2271004.

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

Color convert

RGB2816734-
CMYK0.8300.800.35
HSL122.59º71.28%38.24%-
HSV(B)122.59º83.23%65.49%-
XYZ14.59286.15-
YUV110.2884.9569.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 167 (65.62% from 255) = 72.93%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=12.23%
G=72.93%
B=14.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28167340.8300.800.35122.5971.2838.24
Hex1CA72253050237b4726
Octal342474212301204317310746
Binary111001010011110001010100110101000010001111110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,167,34); }

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

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

 a { background-color: rgb(28,167,34); }

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

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

 span { border-color: rgb(28,167,34); }

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