#1E6B33

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

Shades of Camarone #1E6B33

Tints of Camarone #1E6B33

Color information

#1E6B33 (or 0x1E6B33) is unknown color: approx Camarone. HEX triplet: 1E, 6B and 33. RGB value is (30,107,51). Sum of RGB (Red+Green+Blue) = 30+107+51=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B33 is #E194CC. Grayscale: #4D4D4D. Windows color (decimal): -14783693 or 3369758. OLE color: 3369758.

HSL color Cylindrical-coordinate representation of color #1E6B33: hue angle of 136.36º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B33 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB3010751-
CMYK0.7200.520.58
HSL136.36º56.2%26.86%-
HSV(B)136.36º71.96%41.96%-
XYZ6.3911.034.92-
YUV77.59112.9994.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 107 (42.19% from 255) = 56.91%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=15.96%
G=56.91%
B=27.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107510.7200.520.58136.3656.226.86
Hex1E6B33480343A88381b
Octal3615363110064722107033
Binary111101101011110011100100001101001110101000100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,107,51); }

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

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

 a { background-color: rgb(30,107,51); }

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

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

 span { border-color: rgb(30,107,51); }

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