Html Css Color HEX #2BB656 Chateau Green

📋 copy color: '#2BB656'

red 43 ◦ green 182 ◦ blue 86

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

Shades of Chateau Green #2BB656

Tints of Chateau Green #2BB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 58.52%

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 13.83%
G = 58.52%
B = 27.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#2BB656 (or 0x2BB656) is known color: Chateau Green. HEX triplet: 2B, B6 and 56. RGB value is (43,182,86). Sum of RGB (Red+Green+Blue) = 43+182+86=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB656 is #D449A9. Grayscale: #818181. Windows color (decimal): -13912490 or 5682731. OLE color: 5682731.

HSL color Cylindrical-coordinate representation of color #2BB656: hue angle of 138.56º 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 #2BB656 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 86 -
CMYK 0.76 0 0.53 0.29
HSL 138.56º 0.62% 0.44% -
HSV(B) 138.56º 0.76% 0.71% -
XYZ 19.4 34.64 14.47 -
YUV 129.5 103.45 66.31 -
System Red Green Blue C M Y K H S L
Decimal 43 182 86 0.76 0 0.53 0.29 138.56 0.62 0.44
Hex 2B B6 56 4C 0 35 1D 8B 3E 2C
Octal 53 266 126 114 0 65 35 213 76 54
Binary 101011 10110110 1010110 1001100 0 110101 11101 10001011 111110 101100

Color Harmonies of #2BB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB656

Black with #2BB656

Text Example


Text Example

White with #2BB656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,86); }

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

background-color css

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

 a { background-color: rgb(43,182,86); }

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

border-color css

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

 span { border-color: rgb(43,182,86); }

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