Html Css Color HEX #2BB951 Chateau Green

📋 copy color: '#2BB951'

red 43 ◦ green 185 ◦ blue 81

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

Shades of Chateau Green #2BB951

Tints of Chateau Green #2BB951

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.87%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 13.92%
G = 59.87%
B = 26.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#2BB951 (or 0x2BB951) is known color: Chateau Green. HEX triplet: 2B, B9 and 51. RGB value is (43,185,81). Sum of RGB (Red+Green+Blue) = 43+185+81=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB951 is #D446AE. Grayscale: #828282. Windows color (decimal): -13911727 or 5355819. OLE color: 5355819.

HSL color Cylindrical-coordinate representation of color #2BB951: hue angle of 136.06º 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 #2BB951 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 185 81 -
CMYK 0.77 0 0.56 0.27
HSL 136.06º 0.62% 0.45% -
HSV(B) 136.06º 0.77% 0.73% -
XYZ 19.83 35.81 13.65 -
YUV 130.69 99.96 65.46 -
System Red Green Blue C M Y K H S L
Decimal 43 185 81 0.77 0 0.56 0.27 136.06 0.62 0.45
Hex 2B B9 51 4D 0 38 1B 88 3E 2D
Octal 53 271 121 115 0 70 33 210 76 55
Binary 101011 10111001 1010001 1001101 0 111000 11011 10001000 111110 101101

Color Harmonies of #2BB951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB951

Black with #2BB951

Text Example


Text Example

White with #2BB951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,185,81); }

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

background-color css

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

 a { background-color: rgb(43,185,81); }

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

border-color css

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

 span { border-color: rgb(43,185,81); }

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