Html Css Color HEX #1A1D04 Green Waterloo

📋 copy color: '#1A1D04'

red 26 ◦ green 29 ◦ blue 4

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

Shades of Green Waterloo #1A1D04

Tints of Green Waterloo #1A1D04

RGB

 RED value IS 26 (10.55% from 255) = 44.07%

 GREEN value IS 29 (11.72% from 255) = 49.15%

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

R = 44.07%
G = 49.15%
B = 6.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#1A1D04 (or 0x1A1D04) is known color: Green Waterloo. HEX triplet: 1A, 1D and 04. RGB value is (26,29,4). Sum of RGB (Red+Green+Blue) = 26+29+4=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D04 is #E5E2FB. Grayscale: #191919. Windows color (decimal): -15065852 or 269594. OLE color: 269594.

HSL color Cylindrical-coordinate representation of color #1A1D04: hue angle of 67.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1D04 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 29 4 -
CMYK 0.10 0 0.86 0.89
HSL 67.2º 0.76% 0.06% -
HSV(B) 67.2º 0.86% 0.11% -
XYZ 0.89 1.11 0.28 -
YUV 25.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 26 29 4 0.10 0 0.86 0.89 67.2 0.76 0.06
Hex 1A 1D 4 A 0 56 59 43 4C 6
Octal 32 35 4 12 0 126 131 103 114 6
Binary 11010 11101 100 1010 0 1010110 1011001 1000011 1001100 110

Color Harmonies of #1A1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1D04

Black with #1A1D04

Text Example


Text Example

White with #1A1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,29,4); }

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

background-color css

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

 a { background-color: rgb(26,29,4); }

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

border-color css

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

 span { border-color: rgb(26,29,4); }

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