Html Css Color HEX #1E2600 Green Waterloo

📋 copy color: '#1E2600'

red 30 ◦ green 38 ◦ blue 0

#1E2600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #1E2600

Tints of Green Waterloo #1E2600

RGB

 RED value IS 30 (12.11% from 255) = 44.12%

 GREEN value IS 38 (15.23% from 255) = 55.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.12%
G = 55.88%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#1E2600 (or 0x1E2600) is known color: Green Waterloo. HEX triplet: 1E, 26 and 00. RGB value is (30,38,0). Sum of RGB (Red+Green+Blue) = 30+38+0=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2600 is #E1D9FF. Grayscale: #1F1F1F. Windows color (decimal): -14801408 or 9758. OLE color: 9758.

HSL color Cylindrical-coordinate representation of color #1E2600: hue angle of 72.63º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E2600 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 38 0 -
CMYK 0.21 0 1 0.85
HSL 72.63º 1% 0.07% -
HSV(B) 72.63º 1% 0.15% -
XYZ 1.23 1.66 0.26 -
YUV 31.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 30 38 0 0.21 0 1 0.85 72.63 1 0.07
Hex 1E 26 0 15 0 64 55 49 64 7
Octal 36 46 0 25 0 144 125 111 144 7
Binary 11110 100110 0 10101 0 1100100 1010101 1001001 1100100 111

Color Harmonies of #1E2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2600

Black with #1E2600

Text Example


Text Example

White with #1E2600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,38,0); }

 H1.HeaderClassName
 {
   color: #1E2600;
 }
 .AnyTagClassName
 {
   color: #1E2600;
 }
</style>

background-color css

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

 a { background-color: rgb(30,38,0); }

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

border-color css

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

 span { border-color: rgb(30,38,0); }

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