#1E7337

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

Shades of Camarone #1E7337

Tints of Camarone #1E7337

Color information

#1E7337 (or 0x1E7337) is unknown color: approx Camarone. HEX triplet: 1E, 73 and 37. RGB value is (30,115,55). Sum of RGB (Red+Green+Blue) = 30+115+55=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7337 is #E18CC8. Grayscale: #525252. Windows color (decimal): -14781641 or 3633950. OLE color: 3633950.

HSL color Cylindrical-coordinate representation of color #1E7337: hue angle of 137.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7337 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB3011555-
CMYK0.7400.520.55
HSL137.65º58.62%28.43%-
HSV(B)137.65º73.91%45.1%-
XYZ7.3612.815.7-
YUV82.74112.3490.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=15%
G=57.5%
B=27.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30115550.7400.520.55137.6558.6228.43
Hex1E73374A034378a3b1c
Octal3616367112064672127334
Binary111101110011110111100101001101001101111000101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,55); }

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

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

 a { background-color: rgb(30,115,55); }

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

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

 span { border-color: rgb(30,115,55); }

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