#2E6940

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

Shades of Camarone #2E6940

Tints of Camarone #2E6940

Color information

#2E6940 (or 0x2E6940) is unknown color: approx Camarone. HEX triplet: 2E, 69 and 40. RGB value is (46,105,64). Sum of RGB (Red+Green+Blue) = 46+105+64=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6940 is #D196BF. Grayscale: #525252. Windows color (decimal): -13735616 or 4221230. OLE color: 4221230.

HSL color Cylindrical-coordinate representation of color #2E6940: hue angle of 138.31º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6940 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB4610564-
CMYK0.5600.390.59
HSL138.31º39.07%29.61%-
HSV(B)138.31º56.19%41.18%-
XYZ7.111.056.61-
YUV82.68117.45101.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=21.40%
G=48.84%
B=29.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105640.5600.390.59138.3139.0729.61
Hex2E6940380273B8a271e
Octal5615110070047732124736
Binary1011101101001100000011100001001111110111000101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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