Html Css Color HEX #2BB550 Chateau Green

📋 copy color: '#2BB550'

red 43 ◦ green 181 ◦ blue 80

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

Shades of Chateau Green #2BB550

Tints of Chateau Green #2BB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.54%

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

R = 14.14%
G = 59.54%
B = 26.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#2BB550 (or 0x2BB550) is known color: Chateau Green. HEX triplet: 2B, B5 and 50. RGB value is (43,181,80). Sum of RGB (Red+Green+Blue) = 43+181+80=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB550 is #D44AAF. Grayscale: #808080. Windows color (decimal): -13912752 or 5289259. OLE color: 5289259.

HSL color Cylindrical-coordinate representation of color #2BB550: hue angle of 136.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB550 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 80 -
CMYK 0.76 0 0.56 0.29
HSL 136.09º 0.62% 0.44% -
HSV(B) 136.09º 0.76% 0.71% -
XYZ 18.97 34.14 13.18 -
YUV 128.22 100.78 67.21 -
System Red Green Blue C M Y K H S L
Decimal 43 181 80 0.76 0 0.56 0.29 136.09 0.62 0.44
Hex 2B B5 50 4C 0 38 1D 88 3E 2C
Octal 53 265 120 114 0 70 35 210 76 54
Binary 101011 10110101 1010000 1001100 0 111000 11101 10001000 111110 101100

Color Harmonies of #2BB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB550

Black with #2BB550

Text Example


Text Example

White with #2BB550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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