#1e853b

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

Shades of Camarone #1E853B

Tints of Camarone #1E853B

Color information

#1E853B (or 0x1E853B) is unknown color: approx Camarone. HEX triplet: 1E, 85 and 3B. RGB value is (30,133,59). Sum of RGB (Red+Green+Blue) = 30+133+59=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #1E853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E853B is #E17AC4. Grayscale: #5D5D5D. Windows color (decimal): -14777029 or 3900702. OLE color: 3900702.

HSL color Cylindrical-coordinate representation of color #1E853B: hue angle of 136.89º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E853B is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB3013359-
CMYK0.7700.560.48
HSL136.89º63.19%31.96%-
HSV(B)136.89º77.44%52.16%-
XYZ9.7117.376.98-
YUV93.77108.3882.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=13.51%
G=59.91%
B=26.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133590.7700.560.48136.8963.1931.96
Hex1E853B4D03830893f20
Octal3620573115070602117740
Binary11110100001011110111001101011100011000010001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e853b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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