#2E9B40

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

Shades of Chateau Green #2E9B40

Tints of Chateau Green #2E9B40

Color information

#2E9B40 (or 0x2E9B40) is unknown color: approx Chateau Green. HEX triplet: 2E, 9B and 40. RGB value is (46,155,64). Sum of RGB (Red+Green+Blue) = 46+155+64=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9B40 is #D164BF. Grayscale: #707070. Windows color (decimal): -13722816 or 4234030. OLE color: 4234030.

HSL color Cylindrical-coordinate representation of color #2E9B40: hue angle of 129.91º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B40 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB4615564-
CMYK0.7000.590.39
HSL129.91º54.23%39.41%-
HSV(B)129.91º70.32%60.78%-
XYZ13.7724.398.83-
YUV112.04100.8980.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 155 (60.94% from 255) = 58.49%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=17.36%
G=58.49%
B=24.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46155640.7000.590.39129.9154.2339.41
Hex2E9B404603B27823627
Octal56233100106073472026647
Binary1011101001101110000001000110011101110011110000010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,155,64); }

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

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

 a { background-color: rgb(46,155,64); }

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

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

 span { border-color: rgb(46,155,64); }

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