Html Css Color HEX #2BA649 Chateau Green

📋 copy color: '#2BA649'

red 43 ◦ green 166 ◦ blue 73

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

Shades of Chateau Green #2BA649

Tints of Chateau Green #2BA649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.87%

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

R = 15.25%
G = 58.87%
B = 25.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#2BA649 (or 0x2BA649) is known color: Chateau Green. HEX triplet: 2B, A6 and 49. RGB value is (43,166,73). Sum of RGB (Red+Green+Blue) = 43+166+73=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA649 is #D459B6. Grayscale: #767676. Windows color (decimal): -13916599 or 4826667. OLE color: 4826667.

HSL color Cylindrical-coordinate representation of color #2BA649: hue angle of 134.63º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA649 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 166 73 -
CMYK 0.74 0 0.56 0.35
HSL 134.63º 0.59% 0.41% -
HSV(B) 134.63º 0.74% 0.65% -
XYZ 15.84 28.27 10.92 -
YUV 118.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 43 166 73 0.74 0 0.56 0.35 134.63 0.59 0.41
Hex 2B A6 49 4A 0 38 23 87 3B 29
Octal 53 246 111 112 0 70 43 207 73 51
Binary 101011 10100110 1001001 1001010 0 111000 100011 10000111 111011 101001

Color Harmonies of #2BA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA649

Black with #2BA649

Text Example


Text Example

White with #2BA649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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