Html Css Color HEX #2BAC47 Chateau Green

📋 copy color: '#2BAC47'

red 43 ◦ green 172 ◦ blue 71

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

Shades of Chateau Green #2BAC47

Tints of Chateau Green #2BAC47

RGB

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

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

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

R = 15.03%
G = 60.14%
B = 24.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#2BAC47 (or 0x2BAC47) is known color: Chateau Green. HEX triplet: 2B, AC and 47. RGB value is (43,172,71). Sum of RGB (Red+Green+Blue) = 43+172+71=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC47 is #D453B8. Grayscale: #7A7A7A. Windows color (decimal): -13915065 or 4697131. OLE color: 4697131.

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

Color convert

RGB 43 172 71 -
CMYK 0.75 0 0.59 0.33
HSL 133.02º 0.6% 0.42% -
HSV(B) 133.02º 0.75% 0.67% -
XYZ 16.89 30.47 10.95 -
YUV 121.92 99.26 71.71 -
System Red Green Blue C M Y K H S L
Decimal 43 172 71 0.75 0 0.59 0.33 133.02 0.6 0.42
Hex 2B AC 47 4B 0 3B 21 85 3C 2A
Octal 53 254 107 113 0 73 41 205 74 52
Binary 101011 10101100 1000111 1001011 0 111011 100001 10000101 111100 101010

Color Harmonies of #2BAC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC47

Black with #2BAC47

Text Example


Text Example

White with #2BAC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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