#2CA349

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

Shades of Chateau Green #2CA349

Tints of Chateau Green #2CA349

Color information

#2CA349 (or 0x2CA349) is unknown color: approx Chateau Green. HEX triplet: 2C, A3 and 49. RGB value is (44,163,73). Sum of RGB (Red+Green+Blue) = 44+163+73=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA349 is #D35CB6. Grayscale: #757575. Windows color (decimal): -13851831 or 4825900. OLE color: 4825900.

HSL color Cylindrical-coordinate representation of color #2CA349: hue angle of 134.62º 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 #2CA349 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB4416373-
CMYK0.7300.550.36
HSL134.62º57.49%40.59%-
HSV(B)134.62º73.01%63.92%-
XYZ15.3427.2110.75-
YUV117.16103.0875.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 163 (64.06% from 255) = 58.21%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=15.71%
G=58.21%
B=26.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44163730.7300.550.36134.6257.4940.59
Hex2CA3494903724873929
Octal54243111111067442077151
Binary1011001010001110010011001001011011110010010000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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