Html Css Color HEX #2CA247 Chateau Green

📋 copy color: '#2CA247'

red 44 ◦ green 162 ◦ blue 71

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

Shades of Chateau Green #2CA247

Tints of Chateau Green #2CA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.48%

 BLUE value IS 71 (28.13% from 255) = 25.63%

R = 15.88%
G = 58.48%
B = 25.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#2CA247 (or 0x2CA247) is known color: Chateau Green. HEX triplet: 2C, A2 and 47. RGB value is (44,162,71). Sum of RGB (Red+Green+Blue) = 44+162+71=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA247 is #D35DB8. Grayscale: #747474. Windows color (decimal): -13852089 or 4694572. OLE color: 4694572.

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

Color convert

RGB 44 162 71 -
CMYK 0.73 0 0.56 0.36
HSL 133.73º 0.57% 0.4% -
HSV(B) 133.73º 0.73% 0.64% -
XYZ 15.1 26.83 10.34 -
YUV 116.34 102.41 76.4 -
System Red Green Blue C M Y K H S L
Decimal 44 162 71 0.73 0 0.56 0.36 133.73 0.57 0.4
Hex 2C A2 47 49 0 38 24 86 39 28
Octal 54 242 107 111 0 70 44 206 71 50
Binary 101100 10100010 1000111 1001001 0 111000 100100 10000110 111001 101000

Color Harmonies of #2CA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA247

Black with #2CA247

Text Example


Text Example

White with #2CA247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,162,71); }

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

background-color css

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

 a { background-color: rgb(44,162,71); }

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

border-color css

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

 span { border-color: rgb(44,162,71); }

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