Html Css Color HEX #2BAD47 Chateau Green

📋 copy color: '#2BAD47'

red 43 ◦ green 173 ◦ blue 71

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

Shades of Chateau Green #2BAD47

Tints of Chateau Green #2BAD47

RGB

 RED value IS 43 (17.19% from 255) = 14.98%

 GREEN value IS 173 (67.97% from 255) = 60.28%

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

R = 14.98%
G = 60.28%
B = 24.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#2BAD47 (or 0x2BAD47) is known color: Chateau Green. HEX triplet: 2B, AD and 47. RGB value is (43,173,71). Sum of RGB (Red+Green+Blue) = 43+173+71=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD47 is #D452B8. Grayscale: #7A7A7A. Windows color (decimal): -13914809 or 4697387. OLE color: 4697387.

HSL color Cylindrical-coordinate representation of color #2BAD47: hue angle of 132.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD47 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 71 -
CMYK 0.75 0 0.59 0.32
HSL 132.92º 0.6% 0.42% -
HSV(B) 132.92º 0.75% 0.68% -
XYZ 17.08 30.86 11.02 -
YUV 122.5 98.93 71.29 -
System Red Green Blue C M Y K H S L
Decimal 43 173 71 0.75 0 0.59 0.32 132.92 0.6 0.42
Hex 2B AD 47 4B 0 3B 20 85 3C 2A
Octal 53 255 107 113 0 73 40 205 74 52
Binary 101011 10101101 1000111 1001011 0 111011 100000 10000101 111100 101010

Color Harmonies of #2BAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD47

Black with #2BAD47

Text Example


Text Example

White with #2BAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,71); }

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

background-color css

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

 a { background-color: rgb(43,173,71); }

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

border-color css

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

 span { border-color: rgb(43,173,71); }

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