Html Css Color HEX #2BA450 Chateau Green

📋 copy color: '#2BA450'

red 43 ◦ green 164 ◦ blue 80

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

Shades of Chateau Green #2BA450

Tints of Chateau Green #2BA450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 14.98%
G = 57.14%
B = 27.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#2BA450 (or 0x2BA450) is known color: Chateau Green. HEX triplet: 2B, A4 and 50. RGB value is (43,164,80). Sum of RGB (Red+Green+Blue) = 43+164+80=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA450 is #D45BAF. Grayscale: #767676. Windows color (decimal): -13917104 or 5284907. OLE color: 5284907.

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

Color convert

RGB 43 164 80 -
CMYK 0.74 0 0.51 0.36
HSL 138.35º 0.58% 0.41% -
HSV(B) 138.35º 0.74% 0.64% -
XYZ 15.72 27.64 12.1 -
YUV 118.25 106.41 74.33 -
System Red Green Blue C M Y K H S L
Decimal 43 164 80 0.74 0 0.51 0.36 138.35 0.58 0.41
Hex 2B A4 50 4A 0 33 24 8A 3A 29
Octal 53 244 120 112 0 63 44 212 72 51
Binary 101011 10100100 1010000 1001010 0 110011 100100 10001010 111010 101001

Color Harmonies of #2BA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA450

Black with #2BA450

Text Example


Text Example

White with #2BA450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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