#2CA530

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

Shades of Forest Green #2CA530

Tints of Forest Green #2CA530

Color information

#2CA530 (or 0x2CA530) is unknown color: approx Forest Green. HEX triplet: 2C, A5 and 30. RGB value is (44,165,48). Sum of RGB (Red+Green+Blue) = 44+165+48=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA530 is #D35ACF. Grayscale: #737373. Windows color (decimal): -13851344 or 3188012. OLE color: 3188012.

HSL color Cylindrical-coordinate representation of color #2CA530: hue angle of 121.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA530 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB4416548-
CMYK0.7300.710.35
HSL121.98º57.89%40.98%-
HSV(B)121.98º73.33%64.71%-
XYZ15.0327.667.34-
YUV115.4889.9177.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 165 (64.84% from 255) = 64.20%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=17.12%
G=64.20%
B=18.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44165480.7300.710.35121.9857.8940.98
Hex2CA53049047237a3a29
Octal54245601110107431727251
Binary101100101001011100001001001010001111000111111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,48); }

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

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

 a { background-color: rgb(44,165,48); }

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

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

 span { border-color: rgb(44,165,48); }

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