#2BB358

Color #2BB358 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2BB358

Tints of Chateau Green #2BB358

Color information

#2BB358 (or 0x2BB358) is unknown color: approx Chateau Green. HEX triplet: 2B, B3 and 58. RGB value is (43,179,88). Sum of RGB (Red+Green+Blue) = 43+179+88=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB358 is #D44CA7. Grayscale: #808080. Windows color (decimal): -13913256 or 5813035. OLE color: 5813035.

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

Color convert

RGB4317988-
CMYK0.7600.510.30
HSL139.85º61.26%43.53%-
HSV(B)139.85º75.98%70.2%-
XYZ18.8833.4614.7-
YUV127.96105.4467.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 179 (70.31% from 255) = 57.74%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=13.87%
G=57.74%
B=28.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179880.7600.510.30139.8561.2643.53
Hex2BB3584C0331E8c3d2c
Octal53263130114063362147554
Binary101011101100111011000100110001100111111010001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BB358;
 }
 .AnyTagClassName
 {
   color: #2BB358;
 }
</style>
background-color css

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

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

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

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

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

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