Html Css Color HEX #2BA247 Chateau Green

📋 copy color: '#2BA247'

red 43 ◦ green 162 ◦ blue 71

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

Shades of Chateau Green #2BA247

Tints of Chateau Green #2BA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.7%

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

R = 15.58%
G = 58.7%
B = 25.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#2BA247 (or 0x2BA247) is known color: Chateau Green. HEX triplet: 2B, A2 and 47. RGB value is (43,162,71). Sum of RGB (Red+Green+Blue) = 43+162+71=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA247 is #D45DB8. Grayscale: #747474. Windows color (decimal): -13917625 or 4694571. OLE color: 4694571.

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

Color convert

RGB 43 162 71 -
CMYK 0.73 0 0.56 0.36
HSL 134.12º 0.58% 0.4% -
HSV(B) 134.12º 0.73% 0.64% -
XYZ 15.05 26.81 10.34 -
YUV 116.05 102.58 75.9 -
System Red Green Blue C M Y K H S L
Decimal 43 162 71 0.73 0 0.56 0.36 134.12 0.58 0.4
Hex 2B A2 47 49 0 38 24 86 3A 28
Octal 53 242 107 111 0 70 44 206 72 50
Binary 101011 10100010 1000111 1001001 0 111000 100100 10000110 111010 101000

Color Harmonies of #2BA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA247

Black with #2BA247

Text Example


Text Example

White with #2BA247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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