Html Css Color HEX #2CA549 Chateau Green

📋 copy color: '#2CA549'

red 44 ◦ green 165 ◦ blue 73

#2CA549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2CA549

Tints of Chateau Green #2CA549

RGB

 RED value IS 44 (17.58% from 255) = 15.6%

 GREEN value IS 165 (64.84% from 255) = 58.51%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 15.6%
G = 58.51%
B = 25.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#2CA549 (or 0x2CA549) is known color: Chateau Green. HEX triplet: 2C, A5 and 49. RGB value is (44,165,73). Sum of RGB (Red+Green+Blue) = 44+165+73=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA549 is #D35AB6. Grayscale: #767676. Windows color (decimal): -13851319 or 4826412. OLE color: 4826412.

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

Color convert

RGB 44 165 73 -
CMYK 0.73 0 0.56 0.35
HSL 134.38º 0.58% 0.41% -
HSV(B) 134.38º 0.73% 0.65% -
XYZ 15.7 27.93 10.87 -
YUV 118.33 102.41 74.98 -
System Red Green Blue C M Y K H S L
Decimal 44 165 73 0.73 0 0.56 0.35 134.38 0.58 0.41
Hex 2C A5 49 49 0 38 23 86 3A 29
Octal 54 245 111 111 0 70 43 206 72 51
Binary 101100 10100101 1001001 1001001 0 111000 100011 10000110 111010 101001

Color Harmonies of #2CA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA549

Black with #2CA549

Text Example


Text Example

White with #2CA549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CA549;
 }
 .AnyTagClassName
 {
   color: #2CA549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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