Html Css Color HEX #2BBA50 Chateau Green

📋 copy color: '#2BBA50'

red 43 ◦ green 186 ◦ blue 80

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

Shades of Chateau Green #2BBA50

Tints of Chateau Green #2BBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

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

R = 13.92%
G = 60.19%
B = 25.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#2BBA50 (or 0x2BBA50) is known color: Chateau Green. HEX triplet: 2B, BA and 50. RGB value is (43,186,80). Sum of RGB (Red+Green+Blue) = 43+186+80=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA50 is #D445AF. Grayscale: #838383. Windows color (decimal): -13911472 or 5290539. OLE color: 5290539.

HSL color Cylindrical-coordinate representation of color #2BBA50: hue angle of 135.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA50 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 80 -
CMYK 0.77 0 0.57 0.27
HSL 135.52º 0.62% 0.45% -
HSV(B) 135.52º 0.77% 0.73% -
XYZ 20 36.21 13.52 -
YUV 131.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 43 186 80 0.77 0 0.57 0.27 135.52 0.62 0.45
Hex 2B BA 50 4D 0 39 1B 88 3E 2D
Octal 53 272 120 115 0 71 33 210 76 55
Binary 101011 10111010 1010000 1001101 0 111001 11011 10001000 111110 101101

Color Harmonies of #2BBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA50

Black with #2BBA50

Text Example


Text Example

White with #2BBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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