Html Css Color HEX #1A1E09 Green Waterloo

📋 copy color: '#1A1E09'

red 26 ◦ green 30 ◦ blue 9

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

Shades of Green Waterloo #1A1E09

Tints of Green Waterloo #1A1E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 46.15%

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 40%
G = 46.15%
B = 13.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1A1E09 (or 0x1A1E09) is known color: Green Waterloo. HEX triplet: 1A, 1E and 09. RGB value is (26,30,9). Sum of RGB (Red+Green+Blue) = 26+30+9=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E09 is #E5E1F6. Grayscale: #1A1A1A. Windows color (decimal): -15065591 or 597530. OLE color: 597530.

HSL color Cylindrical-coordinate representation of color #1A1E09: hue angle of 71.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A1E09 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 30 9 -
CMYK 0.13 0 0.70 0.88
HSL 71.43º 0.54% 0.08% -
HSV(B) 71.43º 0.7% 0.12% -
XYZ 0.94 1.17 0.43 -
YUV 26.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 26 30 9 0.13 0 0.70 0.88 71.43 0.54 0.08
Hex 1A 1E 9 D 0 46 58 47 36 8
Octal 32 36 11 15 0 106 130 107 66 10
Binary 11010 11110 1001 1101 0 1000110 1011000 1000111 110110 1000

Color Harmonies of #1A1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1E09

Black with #1A1E09

Text Example


Text Example

White with #1A1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,30,9); }

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

background-color css

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

 a { background-color: rgb(26,30,9); }

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

border-color css

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

 span { border-color: rgb(26,30,9); }

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