Html Css Color HEX #2BB359 Chateau Green

📋 copy color: '#2BB359'

red 43 ◦ green 179 ◦ blue 89

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

Shades of Chateau Green #2BB359

Tints of Chateau Green #2BB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.56%

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 13.83%
G = 57.56%
B = 28.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#2BB359 (or 0x2BB359) is known color: Chateau Green. HEX triplet: 2B, B3 and 59. RGB value is (43,179,89). Sum of RGB (Red+Green+Blue) = 43+179+89=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB359 is #D44CA6. Grayscale: #808080. Windows color (decimal): -13913255 or 5878571. OLE color: 5878571.

HSL color Cylindrical-coordinate representation of color #2BB359: hue angle of 140.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB359 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 179 89 -
CMYK 0.76 0 0.50 0.30
HSL 140.29º 0.61% 0.44% -
HSV(B) 140.29º 0.76% 0.7% -
XYZ 18.92 33.48 14.92 -
YUV 128.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 43 179 89 0.76 0 0.50 0.30 140.29 0.61 0.44
Hex 2B B3 59 4C 0 32 1E 8C 3D 2C
Octal 53 263 131 114 0 62 36 214 75 54
Binary 101011 10110011 1011001 1001100 0 110010 11110 10001100 111101 101100

Color Harmonies of #2BB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB359

Black with #2BB359

Text Example


Text Example

White with #2BB359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,179,89); }

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

background-color css

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

 a { background-color: rgb(43,179,89); }

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

border-color css

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

 span { border-color: rgb(43,179,89); }

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