Html Css Color HEX #2DAB47 Chateau Green

📋 copy color: '#2DAB47'

red 45 ◦ green 171 ◦ blue 71

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

Shades of Chateau Green #2DAB47

Tints of Chateau Green #2DAB47

RGB

 RED value IS 45 (17.97% from 255) = 15.68%

 GREEN value IS 171 (67.19% from 255) = 59.58%

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

R = 15.68%
G = 59.58%
B = 24.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2DAB47 (or 0x2DAB47) is known color: Chateau Green. HEX triplet: 2D, AB and 47. RGB value is (45,171,71). Sum of RGB (Red+Green+Blue) = 45+171+71=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB47 is #D254B8. Grayscale: #7A7A7A. Windows color (decimal): -13784249 or 4696877. OLE color: 4696877.

HSL color Cylindrical-coordinate representation of color #2DAB47: hue angle of 132.38º degrees, saturation: 0.58, 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 #2DAB47 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 171 71 -
CMYK 0.74 0 0.58 0.33
HSL 132.38º 0.58% 0.42% -
HSV(B) 132.38º 0.74% 0.67% -
XYZ 16.78 30.14 10.89 -
YUV 121.93 99.26 73.13 -
System Red Green Blue C M Y K H S L
Decimal 45 171 71 0.74 0 0.58 0.33 132.38 0.58 0.42
Hex 2D AB 47 4A 0 3A 21 84 3A 2A
Octal 55 253 107 112 0 72 41 204 72 52
Binary 101101 10101011 1000111 1001010 0 111010 100001 10000100 111010 101010

Color Harmonies of #2DAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAB47

Black with #2DAB47

Text Example


Text Example

White with #2DAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,171,71); }

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

background-color css

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

 a { background-color: rgb(45,171,71); }

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

border-color css

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

 span { border-color: rgb(45,171,71); }

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