Html Css Color HEX #2CB447 Chateau Green

📋 copy color: '#2CB447'

red 44 ◦ green 180 ◦ blue 71

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

Shades of Chateau Green #2CB447

Tints of Chateau Green #2CB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.02%

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

R = 14.92%
G = 61.02%
B = 24.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#2CB447 (or 0x2CB447) is known color: Chateau Green. HEX triplet: 2C, B4 and 47. RGB value is (44,180,71). Sum of RGB (Red+Green+Blue) = 44+180+71=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB447 is #D34BB8. Grayscale: #7F7F7F. Windows color (decimal): -13847481 or 4699180. OLE color: 4699180.

HSL color Cylindrical-coordinate representation of color #2CB447: hue angle of 131.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB447 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 71 -
CMYK 0.76 0 0.61 0.29
HSL 131.91º 0.61% 0.44% -
HSV(B) 131.91º 0.76% 0.71% -
XYZ 18.5 33.63 11.48 -
YUV 126.91 96.44 68.86 -
System Red Green Blue C M Y K H S L
Decimal 44 180 71 0.76 0 0.61 0.29 131.91 0.61 0.44
Hex 2C B4 47 4C 0 3D 1D 84 3D 2C
Octal 54 264 107 114 0 75 35 204 75 54
Binary 101100 10110100 1000111 1001100 0 111101 11101 10000100 111101 101100

Color Harmonies of #2CB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB447

Black with #2CB447

Text Example


Text Example

White with #2CB447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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