Html Css Color HEX #2CA54A Chateau Green

📋 copy color: '#2CA54A'

red 44 ◦ green 165 ◦ blue 74

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

Shades of Chateau Green #2CA54A

Tints of Chateau Green #2CA54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 15.55%
G = 58.3%
B = 26.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#2CA54A (or 0x2CA54A) is known color: Chateau Green. HEX triplet: 2C, A5 and 4A. RGB value is (44,165,74). Sum of RGB (Red+Green+Blue) = 44+165+74=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA54A is #D35AB5. Grayscale: #767676. Windows color (decimal): -13851318 or 4891948. OLE color: 4891948.

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

Color convert

RGB 44 165 74 -
CMYK 0.73 0 0.55 0.35
HSL 134.88º 0.58% 0.41% -
HSV(B) 134.88º 0.73% 0.65% -
XYZ 15.73 27.94 11.04 -
YUV 118.45 102.91 74.9 -
System Red Green Blue C M Y K H S L
Decimal 44 165 74 0.73 0 0.55 0.35 134.88 0.58 0.41
Hex 2C A5 4A 49 0 37 23 87 3A 29
Octal 54 245 112 111 0 67 43 207 72 51
Binary 101100 10100101 1001010 1001001 0 110111 100011 10000111 111010 101001

Color Harmonies of #2CA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA54A

Black with #2CA54A

Text Example


Text Example

White with #2CA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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