Html Css Color HEX #2BA447 Chateau Green

📋 copy color: '#2BA447'

red 43 ◦ green 164 ◦ blue 71

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

Shades of Chateau Green #2BA447

Tints of Chateau Green #2BA447

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.99%

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

R = 15.47%
G = 58.99%
B = 25.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#2BA447 (or 0x2BA447) is known color: Chateau Green. HEX triplet: 2B, A4 and 47. RGB value is (43,164,71). Sum of RGB (Red+Green+Blue) = 43+164+71=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA447 is #D45BB8. Grayscale: #757575. Windows color (decimal): -13917113 or 4695083. OLE color: 4695083.

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

Color convert

RGB 43 164 71 -
CMYK 0.74 0 0.57 0.36
HSL 133.88º 0.58% 0.41% -
HSV(B) 133.88º 0.74% 0.64% -
XYZ 15.41 27.52 10.46 -
YUV 117.22 101.91 75.06 -
System Red Green Blue C M Y K H S L
Decimal 43 164 71 0.74 0 0.57 0.36 133.88 0.58 0.41
Hex 2B A4 47 4A 0 39 24 86 3A 29
Octal 53 244 107 112 0 71 44 206 72 51
Binary 101011 10100100 1000111 1001010 0 111001 100100 10000110 111010 101001

Color Harmonies of #2BA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA447

Black with #2BA447

Text Example


Text Example

White with #2BA447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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