#2E693E

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

Shades of Camarone #2E693E

Tints of Camarone #2E693E

Color information

#2E693E (or 0x2E693E) is unknown color: approx Camarone. HEX triplet: 2E, 69 and 3E. RGB value is (46,105,62). Sum of RGB (Red+Green+Blue) = 46+105+62=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #2E693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E693E is #D196C1. Grayscale: #525252. Windows color (decimal): -13735618 or 4090158. OLE color: 4090158.

HSL color Cylindrical-coordinate representation of color #2E693E: hue angle of 136.27º 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 #2E693E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB4610562-
CMYK0.5600.410.59
HSL136.27º39.07%29.61%-
HSV(B)136.27º56.19%41.18%-
XYZ7.0511.036.32-
YUV82.46116.45102-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=21.60%
G=49.30%
B=29.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105620.5600.410.59136.2739.0729.61
Hex2E693E380293B88271e
Octal561517670051732104736
Binary101110110100111111011100001010011110111000100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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