#2CA33D

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

Shades of Chateau Green #2CA33D

Tints of Chateau Green #2CA33D

Color information

#2CA33D (or 0x2CA33D) is unknown color: approx Chateau Green. HEX triplet: 2C, A3 and 3D. RGB value is (44,163,61). Sum of RGB (Red+Green+Blue) = 44+163+61=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA33D is #D35CC2. Grayscale: #747474. Windows color (decimal): -13851843 or 4039468. OLE color: 4039468.

HSL color Cylindrical-coordinate representation of color #2CA33D: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA33D is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB4416361-
CMYK0.7300.630.36
HSL128.57º57.49%40.59%-
HSV(B)128.57º73.01%63.92%-
XYZ14.9827.078.85-
YUV115.7997.0876.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 163 (64.06% from 255) = 60.82%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=16.42%
G=60.82%
B=22.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44163610.7300.630.36128.5757.4940.59
Hex2CA33D4903F24813929
Octal5424375111077442017151
Binary101100101000111111011001001011111110010010000001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,61); }

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

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

 a { background-color: rgb(44,163,61); }

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

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

 span { border-color: rgb(44,163,61); }

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