#2CA821

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

Shades of Forest Green #2CA821

Tints of Forest Green #2CA821

Color information

#2CA821 (or 0x2CA821) is unknown color: approx Forest Green. HEX triplet: 2C, A8 and 21. RGB value is (44,168,33). Sum of RGB (Red+Green+Blue) = 44+168+33=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 168 (66.02% from 255 or 68.57% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA821 is #D357DE. Grayscale: #737373. Windows color (decimal): -13850591 or 2205740. OLE color: 2205740.

HSL color Cylindrical-coordinate representation of color #2CA821: hue angle of 115.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CA821 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB4416833-
CMYK0.7400.800.34
HSL115.11º67.16%39.41%-
HSV(B)115.11º80.36%65.88%-
XYZ15.3228.656.16-
YUV115.5381.4276.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 168 (66.02% from 255) = 68.57%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=17.96%
G=68.57%
B=13.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44168330.7400.800.34115.1167.1639.41
Hex2CA8214A05022734327
Octal542504111201204216310347
Binary1011001010100010000110010100101000010001011100111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CA821; }

 p { color: rgb(44,168,33); }

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

<style>
 a { background-color: #2CA821; }

 a { background-color: rgb(44,168,33); }

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

<style>
 span { border-color: #2CA821; }

 span { border-color: rgb(44,168,33); }

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