#1E7830

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

Shades of Camarone #1E7830

Tints of Camarone #1E7830

Color information

#1E7830 (or 0x1E7830) is unknown color: approx Camarone. HEX triplet: 1E, 78 and 30. RGB value is (30,120,48). Sum of RGB (Red+Green+Blue) = 30+120+48=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7830 is #E187CF. Grayscale: #555555. Windows color (decimal): -14780368 or 3176478. OLE color: 3176478.

HSL color Cylindrical-coordinate representation of color #1E7830: hue angle of 132º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7830 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB3012048-
CMYK0.7500.600.53
HSL132º60%29.41%-
HSV(B)132º75%47.06%-
XYZ7.7913.925.07-
YUV84.88107.1888.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.15%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=15.15%
G=60.61%
B=24.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120480.7500.600.531326029.41
Hex1E78304B03C35843c1d
Octal3617060113074652047435
Binary111101111000110000100101101111001101011000010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,48); }

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

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

 a { background-color: rgb(30,120,48); }

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

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

 span { border-color: rgb(30,120,48); }

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