#1E893A

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

Shades of Camarone #1E893A

Tints of Camarone #1E893A

Color information

#1E893A (or 0x1E893A) is unknown color: approx Camarone. HEX triplet: 1E, 89 and 3A. RGB value is (30,137,58). Sum of RGB (Red+Green+Blue) = 30+137+58=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #1E893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E893A is #E176C5. Grayscale: #606060. Windows color (decimal): -14776006 or 3836190. OLE color: 3836190.

HSL color Cylindrical-coordinate representation of color #1E893A: hue angle of 135.7º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E893A is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB3013758-
CMYK0.7800.580.46
HSL135.7º64.07%32.75%-
HSV(B)135.7º78.1%53.73%-
XYZ10.2418.477.03-
YUV96106.5580.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=13.33%
G=60.89%
B=25.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30137580.7800.580.46135.764.0732.75
Hex1E893A4E03A2E884021
Octal36211721160725621010041
Binary111101000100111101010011100111010101110100010001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,58); }

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

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

 a { background-color: rgb(30,137,58); }

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

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

 span { border-color: rgb(30,137,58); }

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