#2E7942

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

Shades of Camarone #2E7942

Tints of Camarone #2E7942

Color information

#2E7942 (or 0x2E7942) is unknown color: approx Camarone. HEX triplet: 2E, 79 and 42. RGB value is (46,121,66). Sum of RGB (Red+Green+Blue) = 46+121+66=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7942 is #D186BD. Grayscale: #5C5C5C. Windows color (decimal): -13731518 or 4356398. OLE color: 4356398.

HSL color Cylindrical-coordinate representation of color #2E7942: hue angle of 136º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7942 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB4612166-
CMYK0.6200.450.53
HSL136º44.91%32.75%-
HSV(B)136º61.98%47.45%-
XYZ8.9514.657.51-
YUV92.3113.1594.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=19.74%
G=51.93%
B=28.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121660.6200.450.5313644.9132.75
Hex2E79423E02D35882d21
Octal5617110276055652105541
Binary10111011110011000010111110010110111010110001000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,66); }

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

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

 a { background-color: rgb(46,121,66); }

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

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

 span { border-color: rgb(46,121,66); }

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