Html Css Color HEX #2BA047 Chateau Green

📋 copy color: '#2BA047'

red 43 ◦ green 160 ◦ blue 71

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

Shades of Chateau Green #2BA047

Tints of Chateau Green #2BA047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 58.39%

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

R = 15.69%
G = 58.39%
B = 25.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#2BA047 (or 0x2BA047) is known color: Chateau Green. HEX triplet: 2B, A0 and 47. RGB value is (43,160,71). Sum of RGB (Red+Green+Blue) = 43+160+71=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA047 is #D45FB8. Grayscale: #737373. Windows color (decimal): -13918137 or 4694059. OLE color: 4694059.

HSL color Cylindrical-coordinate representation of color #2BA047: hue angle of 134.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA047 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 160 71 -
CMYK 0.73 0 0.56 0.37
HSL 134.36º 0.58% 0.4% -
HSV(B) 134.36º 0.73% 0.63% -
XYZ 14.7 26.11 10.23 -
YUV 114.87 103.24 76.74 -
System Red Green Blue C M Y K H S L
Decimal 43 160 71 0.73 0 0.56 0.37 134.36 0.58 0.4
Hex 2B A0 47 49 0 38 25 86 3A 28
Octal 53 240 107 111 0 70 45 206 72 50
Binary 101011 10100000 1000111 1001001 0 111000 100101 10000110 111010 101000

Color Harmonies of #2BA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA047

Black with #2BA047

Text Example


Text Example

White with #2BA047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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