#1E683D

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

Shades of Camarone #1E683D

Tints of Camarone #1E683D

Color information

#1E683D (or 0x1E683D) is unknown color: approx Camarone. HEX triplet: 1E, 68 and 3D. RGB value is (30,104,61). Sum of RGB (Red+Green+Blue) = 30+104+61=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #1E683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E683D is #E197C2. Grayscale: #4D4D4D. Windows color (decimal): -14784451 or 4024350. OLE color: 4024350.

HSL color Cylindrical-coordinate representation of color #1E683D: hue angle of 145.14º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E683D is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB3010461-
CMYK0.7100.410.59
HSL145.14º55.22%26.27%-
HSV(B)145.14º71.15%40.78%-
XYZ6.3310.516.11-
YUV76.97118.9894.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=15.38%
G=53.33%
B=31.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30104610.7100.410.59145.1455.2226.27
Hex1E683D470293B91371a
Octal3615075107051732216732
Binary111101101000111101100011101010011110111001000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,61); }

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

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

 a { background-color: rgb(30,104,61); }

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

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

 span { border-color: rgb(30,104,61); }

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