#1E743B

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

Shades of Camarone #1E743B

Tints of Camarone #1E743B

Color information

#1E743B (or 0x1E743B) is unknown color: approx Camarone. HEX triplet: 1E, 74 and 3B. RGB value is (30,116,59). Sum of RGB (Red+Green+Blue) = 30+116+59=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #1E743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E743B is #E18BC4. Grayscale: #535353. Windows color (decimal): -14781381 or 3896350. OLE color: 3896350.

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

Color convert

RGB3011659-
CMYK0.7400.490.55
HSL140.23º58.9%28.63%-
HSV(B)140.23º74.14%45.49%-
XYZ7.5713.086.26-
YUV83.79114.0189.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=14.63%
G=56.59%
B=28.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30116590.7400.490.55140.2358.928.63
Hex1E743B4A031378c3b1d
Octal3616473112061672147335
Binary111101110100111011100101001100011101111000110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,116,59); }

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

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

 a { background-color: rgb(30,116,59); }

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

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

 span { border-color: rgb(30,116,59); }

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