#2E6D3F

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

Shades of Camarone #2E6D3F

Tints of Camarone #2E6D3F

Color information

#2E6D3F (or 0x2E6D3F) is unknown color: approx Camarone. HEX triplet: 2E, 6D and 3F. RGB value is (46,109,63). Sum of RGB (Red+Green+Blue) = 46+109+63=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D3F is #D192C0. Grayscale: #555555. Windows color (decimal): -13734593 or 4156718. OLE color: 4156718.

HSL color Cylindrical-coordinate representation of color #2E6D3F: hue angle of 136.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D3F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB4610963-
CMYK0.5800.420.57
HSL136.19º40.65%30.39%-
HSV(B)136.19º57.8%42.75%-
XYZ7.4911.886.6-
YUV84.92115.63100.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.10%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 63 (25% from 255) = 28.90%
R=21.10%
G=50%
B=28.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109630.5800.420.57136.1940.6530.39
Hex2E6D3F3A02A3988291e
Octal561557772052712105136
Binary101110110110111111111101001010101110011000100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,109,63); }

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

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

 a { background-color: rgb(46,109,63); }

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

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

 span { border-color: rgb(46,109,63); }

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