#2EB448

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

Shades of Chateau Green #2EB448

Tints of Chateau Green #2EB448

Color information

#2EB448 (or 0x2EB448) is unknown color: approx Chateau Green. HEX triplet: 2E, B4 and 48. RGB value is (46,180,72). Sum of RGB (Red+Green+Blue) = 46+180+72=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB448 is #D14BB7. Grayscale: #7F7F7F. Windows color (decimal): -13716408 or 4764718. OLE color: 4764718.

HSL color Cylindrical-coordinate representation of color #2EB448: hue angle of 131.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB448 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB4618072-
CMYK0.7400.600.29
HSL131.64º59.29%44.31%-
HSV(B)131.64º74.44%70.59%-
XYZ18.6233.6911.65-
YUV127.6296.6169.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=15.44%
G=60.40%
B=24.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46180720.7400.600.29131.6459.2944.31
Hex2EB4484A03C1D843b2c
Octal56264110112074352047354
Binary101110101101001001000100101001111001110110000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,180,72); }

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

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

 a { background-color: rgb(46,180,72); }

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

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

 span { border-color: rgb(46,180,72); }

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