#2BB34E

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

Shades of Chateau Green #2BB34E

Tints of Chateau Green #2BB34E

Color information

#2BB34E (or 0x2BB34E) is unknown color: approx Chateau Green. HEX triplet: 2B, B3 and 4E. RGB value is (43,179,78). Sum of RGB (Red+Green+Blue) = 43+179+78=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB34E is #D44CB1. Grayscale: #7F7F7F. Windows color (decimal): -13913266 or 5157675. OLE color: 5157675.

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

Color convert

RGB4317978-
CMYK0.7600.560.30
HSL135.44º61.26%43.53%-
HSV(B)135.44º75.98%70.2%-
XYZ18.4933.312.66-
YUV126.82100.4468.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 179 (70.31% from 255) = 59.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=14.33%
G=59.67%
B=26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179780.7600.560.30135.4461.2643.53
Hex2BB34E4C0381E873d2c
Octal53263116114070362077554
Binary101011101100111001110100110001110001111010000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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