Html Css Color HEX #1E2601 Green Waterloo

📋 copy color: '#1E2601'

red 30 ◦ green 38 ◦ blue 1

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

Shades of Green Waterloo #1E2601

Tints of Green Waterloo #1E2601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 43.48%
G = 55.07%
B = 1.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#1E2601 (or 0x1E2601) is known color: Green Waterloo. HEX triplet: 1E, 26 and 01. RGB value is (30,38,1). Sum of RGB (Red+Green+Blue) = 30+38+1=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2601 is #E1D9FE. Grayscale: #1F1F1F. Windows color (decimal): -14801407 or 75294. OLE color: 75294.

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

Color convert

RGB 30 38 1 -
CMYK 0.21 0 0.97 0.85
HSL 72.97º 0.95% 0.08% -
HSV(B) 72.97º 0.97% 0.15% -
XYZ 1.23 1.66 0.28 -
YUV 31.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 30 38 1 0.21 0 0.97 0.85 72.97 0.95 0.08
Hex 1E 26 1 15 0 61 55 49 5F 8
Octal 36 46 1 25 0 141 125 111 137 10
Binary 11110 100110 1 10101 0 1100001 1010101 1001001 1011111 1000

Color Harmonies of #1E2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2601

Black with #1E2601

Text Example


Text Example

White with #1E2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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