#1E7C33

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

Shades of Camarone #1E7C33

Tints of Camarone #1E7C33

Color information

#1E7C33 (or 0x1E7C33) is unknown color: approx Camarone. HEX triplet: 1E, 7C and 33. RGB value is (30,124,51). Sum of RGB (Red+Green+Blue) = 30+124+51=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C33 is #E183CC. Grayscale: #575757. Windows color (decimal): -14779341 or 3374110. OLE color: 3374110.

HSL color Cylindrical-coordinate representation of color #1E7C33: hue angle of 133.4º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C33 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB3012451-
CMYK0.7600.590.51
HSL133.4º61.04%30.2%-
HSV(B)133.4º75.81%48.63%-
XYZ8.3414.935.57-
YUV87.57107.3686.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=14.63%
G=60.49%
B=24.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30124510.7600.590.51133.461.0430.2
Hex1E7C334C03B33853d1e
Octal3617463114073632057536
Binary111101111100110011100110001110111100111000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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