#2E6B3D

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

Shades of Camarone #2E6B3D

Tints of Camarone #2E6B3D

Color information

#2E6B3D (or 0x2E6B3D) is unknown color: approx Camarone. HEX triplet: 2E, 6B and 3D. RGB value is (46,107,61). Sum of RGB (Red+Green+Blue) = 46+107+61=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B3D is #D194C2. Grayscale: #535353. Windows color (decimal): -13735107 or 4025134. OLE color: 4025134.

HSL color Cylindrical-coordinate representation of color #2E6B3D: hue angle of 134.75º degrees, saturation: 0.4, 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 #2E6B3D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB4610761-
CMYK0.5700.430.58
HSL134.75º39.87%30%-
HSV(B)134.75º57.01%41.96%-
XYZ7.2311.436.24-
YUV83.52115.29101.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.50%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=21.50%
G=50%
B=28.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46107610.5700.430.58134.7539.8730
Hex2E6B3D3902B3A87281e
Octal561537571053722075036
Binary101110110101111110111100101010111110101000011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,61); }

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

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

 a { background-color: rgb(46,107,61); }

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

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

 span { border-color: rgb(46,107,61); }

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