#2E6F43

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

Shades of Camarone #2E6F43

Tints of Camarone #2E6F43

Color information

#2E6F43 (or 0x2E6F43) is unknown color: approx Camarone. HEX triplet: 2E, 6F and 43. RGB value is (46,111,67). Sum of RGB (Red+Green+Blue) = 46+111+67=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F43 is #D190BC. Grayscale: #565656. Windows color (decimal): -13734077 or 4419374. OLE color: 4419374.

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

Color convert

RGB4611167-
CMYK0.5900.400.56
HSL139.38º41.4%30.78%-
HSV(B)139.38º58.56%43.53%-
XYZ7.8212.357.28-
YUV86.55116.9799.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=20.54%
G=49.55%
B=29.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46111670.5900.400.56139.3841.430.78
Hex2E6F433B028388b291f
Octal5615710373050702135137
Binary1011101101111100001111101101010001110001000101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,111,67); }

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

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

 a { background-color: rgb(46,111,67); }

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

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

 span { border-color: rgb(46,111,67); }

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