Html Css Color HEX #2BB755 Chateau Green

📋 copy color: '#2BB755'

red 43 ◦ green 183 ◦ blue 85

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

Shades of Chateau Green #2BB755

Tints of Chateau Green #2BB755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.84%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 13.83%
G = 58.84%
B = 27.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#2BB755 (or 0x2BB755) is known color: Chateau Green. HEX triplet: 2B, B7 and 55. RGB value is (43,183,85). Sum of RGB (Red+Green+Blue) = 43+183+85=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB755 is #D448AA. Grayscale: #828282. Windows color (decimal): -13912235 or 5617451. OLE color: 5617451.

HSL color Cylindrical-coordinate representation of color #2BB755: hue angle of 138º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB755 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 85 -
CMYK 0.77 0 0.54 0.28
HSL 138º 0.62% 0.44% -
HSV(B) 138º 0.77% 0.72% -
XYZ 19.57 35.04 14.33 -
YUV 129.97 102.62 65.97 -
System Red Green Blue C M Y K H S L
Decimal 43 183 85 0.77 0 0.54 0.28 138 0.62 0.44
Hex 2B B7 55 4D 0 36 1C 8A 3E 2C
Octal 53 267 125 115 0 66 34 212 76 54
Binary 101011 10110111 1010101 1001101 0 110110 11100 10001010 111110 101100

Color Harmonies of #2BB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB755

Black with #2BB755

Text Example


Text Example

White with #2BB755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,183,85); }

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

background-color css

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

 a { background-color: rgb(43,183,85); }

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

border-color css

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

 span { border-color: rgb(43,183,85); }

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