Html Css Color HEX #2BA449 Chateau Green

📋 copy color: '#2BA449'

red 43 ◦ green 164 ◦ blue 73

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

Shades of Chateau Green #2BA449

Tints of Chateau Green #2BA449

RGB

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

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

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

R = 15.36%
G = 58.57%
B = 26.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#2BA449 (or 0x2BA449) is known color: Chateau Green. HEX triplet: 2B, A4 and 49. RGB value is (43,164,73). Sum of RGB (Red+Green+Blue) = 43+164+73=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA449 is #D45BB6. Grayscale: #757575. Windows color (decimal): -13917111 or 4826155. OLE color: 4826155.

HSL color Cylindrical-coordinate representation of color #2BA449: hue angle of 134.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 #2BA449 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 164 73 -
CMYK 0.74 0 0.55 0.36
HSL 134.88º 0.58% 0.41% -
HSV(B) 134.88º 0.74% 0.64% -
XYZ 15.47 27.55 10.8 -
YUV 117.45 102.91 74.9 -
System Red Green Blue C M Y K H S L
Decimal 43 164 73 0.74 0 0.55 0.36 134.88 0.58 0.41
Hex 2B A4 49 4A 0 37 24 87 3A 29
Octal 53 244 111 112 0 67 44 207 72 51
Binary 101011 10100100 1001001 1001010 0 110111 100100 10000111 111010 101001

Color Harmonies of #2BA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA449

Black with #2BA449

Text Example


Text Example

White with #2BA449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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