Html Css Color HEX #1E2604 Green Waterloo

📋 copy color: '#1E2604'

red 30 ◦ green 38 ◦ blue 4

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

Shades of Green Waterloo #1E2604

Tints of Green Waterloo #1E2604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 41.67%
G = 52.78%
B = 5.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#1E2604 (or 0x1E2604) is known color: Green Waterloo. HEX triplet: 1E, 26 and 04. RGB value is (30,38,4). Sum of RGB (Red+Green+Blue) = 30+38+4=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2604 is #E1D9FB. Grayscale: #1F1F1F. Windows color (decimal): -14801404 or 271902. OLE color: 271902.

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

Color convert

RGB 30 38 4 -
CMYK 0.21 0 0.89 0.85
HSL 74.12º 0.81% 0.08% -
HSV(B) 74.12º 0.89% 0.15% -
XYZ 1.25 1.67 0.37 -
YUV 31.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 30 38 4 0.21 0 0.89 0.85 74.12 0.81 0.08
Hex 1E 26 4 15 0 59 55 4A 51 8
Octal 36 46 4 25 0 131 125 112 121 10
Binary 11110 100110 100 10101 0 1011001 1010101 1001010 1010001 1000

Color Harmonies of #1E2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2604

Black with #1E2604

Text Example


Text Example

White with #1E2604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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