#2E6A3E

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

Shades of Camarone #2E6A3E

Tints of Camarone #2E6A3E

Color information

#2E6A3E (or 0x2E6A3E) is unknown color: approx Camarone. HEX triplet: 2E, 6A and 3E. RGB value is (46,106,62). Sum of RGB (Red+Green+Blue) = 46+106+62=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A3E is #D195C1. Grayscale: #535353. Windows color (decimal): -13735362 or 4090414. OLE color: 4090414.

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

Color convert

RGB4610662-
CMYK0.5700.420.58
HSL136º39.47%29.8%-
HSV(B)136º56.6%41.57%-
XYZ7.1511.246.35-
YUV83.04116.12101.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.50%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=21.50%
G=49.53%
B=28.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46106620.5700.420.5813639.4729.8
Hex2E6A3E3902A3A88271e
Octal561527671052722104736
Binary101110110101011111011100101010101110101000100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,62); }

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

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

 a { background-color: rgb(46,106,62); }

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

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

 span { border-color: rgb(46,106,62); }

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