#1E6C04

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

Shades of Green #1E6C04

Tints of Green #1E6C04

Color information

#1E6C04 (or 0x1E6C04) is unknown color: approx Green. HEX triplet: 1E, 6C and 04. RGB value is (30,108,4). Sum of RGB (Red+Green+Blue) = 30+108+4=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 108 (42.58% from 255 or 76.06% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6C04 is #E193FB. Grayscale: #494949. Windows color (decimal): -14783484 or 289822. OLE color: 289822.

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

Color convert

RGB301084-
CMYK0.7200.960.58
HSL105º92.86%21.96%-
HSV(B)105º96.3%42.35%-
XYZ5.9211.011.93-
YUV72.8289.1697.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 108 (42.58% from 255) = 76.06%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=21.13%
G=76.06%
B=2.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3010840.7200.960.5810592.8621.96
Hex1E6C4480603A695d16
Octal36154411001407215113526
Binary1111011011001001001000011000001110101101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,108,4); }

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

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

 a { background-color: rgb(30,108,4); }

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

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

 span { border-color: rgb(30,108,4); }

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