Html Css Color HEX #2BAC49 Chateau Green

📋 copy color: '#2BAC49'

red 43 ◦ green 172 ◦ blue 73

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

Shades of Chateau Green #2BAC49

Tints of Chateau Green #2BAC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 14.93%
G = 59.72%
B = 25.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2BAC49 (or 0x2BAC49) is known color: Chateau Green. HEX triplet: 2B, AC and 49. RGB value is (43,172,73). Sum of RGB (Red+Green+Blue) = 43+172+73=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC49 is #D453B6. Grayscale: #7A7A7A. Windows color (decimal): -13915063 or 4828203. OLE color: 4828203.

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

Color convert

RGB 43 172 73 -
CMYK 0.75 0 0.58 0.33
HSL 133.95º 0.6% 0.42% -
HSV(B) 133.95º 0.75% 0.67% -
XYZ 16.95 30.5 11.3 -
YUV 122.14 100.26 71.55 -
System Red Green Blue C M Y K H S L
Decimal 43 172 73 0.75 0 0.58 0.33 133.95 0.6 0.42
Hex 2B AC 49 4B 0 3A 21 86 3C 2A
Octal 53 254 111 113 0 72 41 206 74 52
Binary 101011 10101100 1001001 1001011 0 111010 100001 10000110 111100 101010

Color Harmonies of #2BAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC49

Black with #2BAC49

Text Example


Text Example

White with #2BAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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