#1E6131

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

Shades of Camarone #1E6131

Tints of Camarone #1E6131

Color information

#1E6131 (or 0x1E6131) is unknown color: approx Camarone. HEX triplet: 1E, 61 and 31. RGB value is (30,97,49). Sum of RGB (Red+Green+Blue) = 30+97+49=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6131 is #E19ECE. Grayscale: #474747. Windows color (decimal): -14786255 or 3236126. OLE color: 3236126.

HSL color Cylindrical-coordinate representation of color #1E6131: hue angle of 137.01º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6131 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB309749-
CMYK0.6900.490.62
HSL137.01º52.76%24.9%-
HSV(B)137.01º69.07%38.04%-
XYZ5.369.054.37-
YUV71.49115.398.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.05%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=17.05%
G=55.11%
B=27.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097490.6900.490.62137.0152.7624.9
Hex1E6131450313E893519
Octal3614161105061762116531
Binary111101100001110001100010101100011111101000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,49); }

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

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

 a { background-color: rgb(30,97,49); }

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

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

 span { border-color: rgb(30,97,49); }

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