#1E6F39

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

Shades of Camarone #1E6F39

Tints of Camarone #1E6F39

Color information

#1E6F39 (or 0x1E6F39) is unknown color: approx Camarone. HEX triplet: 1E, 6F and 39. RGB value is (30,111,57). Sum of RGB (Red+Green+Blue) = 30+111+57=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F39 is #E190C6. Grayscale: #505050. Windows color (decimal): -14782663 or 3763998. OLE color: 3763998.

HSL color Cylindrical-coordinate representation of color #1E6F39: hue angle of 140º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F39 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB3011157-
CMYK0.7300.490.56
HSL140º57.45%27.65%-
HSV(B)140º72.97%43.53%-
XYZ6.9611.945.81-
YUV80.62114.6691.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.15%
GREEN value IS 111 (43.75% from 255) = 56.06%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=15.15%
G=56.06%
B=28.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111570.7300.490.5614057.4527.65
Hex1E6F3949031388c391c
Octal3615771111061702147134
Binary111101101111111001100100101100011110001000110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6F39; }

 p { color: rgb(30,111,57); }

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

<style>
 a { background-color: #1E6F39; }

 a { background-color: rgb(30,111,57); }

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

<style>
 span { border-color: #1E6F39; }

 span { border-color: rgb(30,111,57); }

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