Html Css Color HEX #2CAC40 Chateau Green

📋 copy color: '#2CAC40'

red 44 ◦ green 172 ◦ blue 64

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

Shades of Chateau Green #2CAC40

Tints of Chateau Green #2CAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.43%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 15.71%
G = 61.43%
B = 22.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#2CAC40 (or 0x2CAC40) is known color: Chateau Green. HEX triplet: 2C, AC and 40. RGB value is (44,172,64). Sum of RGB (Red+Green+Blue) = 44+172+64=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC40 is #D353BF. Grayscale: #797979. Windows color (decimal): -13849536 or 4238380. OLE color: 4238380.

HSL color Cylindrical-coordinate representation of color #2CAC40: hue angle of 129.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC40 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 172 64 -
CMYK 0.74 0 0.63 0.33
HSL 129.38º 0.59% 0.42% -
HSV(B) 129.38º 0.74% 0.67% -
XYZ 16.72 30.41 9.84 -
YUV 121.42 95.59 72.78 -
System Red Green Blue C M Y K H S L
Decimal 44 172 64 0.74 0 0.63 0.33 129.38 0.59 0.42
Hex 2C AC 40 4A 0 3F 21 81 3B 2A
Octal 54 254 100 112 0 77 41 201 73 52
Binary 101100 10101100 1000000 1001010 0 111111 100001 10000001 111011 101010

Color Harmonies of #2CAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC40

Black with #2CAC40

Text Example


Text Example

White with #2CAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,172,64); }

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

background-color css

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

 a { background-color: rgb(44,172,64); }

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

border-color css

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

 span { border-color: rgb(44,172,64); }

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