Html Css Color HEX #1E2109 Green Waterloo

📋 copy color: '#1E2109'

red 30 ◦ green 33 ◦ blue 9

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

Shades of Green Waterloo #1E2109

Tints of Green Waterloo #1E2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 45.83%

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

R = 41.67%
G = 45.83%
B = 12.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#1E2109 (or 0x1E2109) is known color: Green Waterloo. HEX triplet: 1E, 21 and 09. RGB value is (30,33,9). Sum of RGB (Red+Green+Blue) = 30+33+9=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2109 is #E1DEF6. Grayscale: #1D1D1D. Windows color (decimal): -14802679 or 598302. OLE color: 598302.

HSL color Cylindrical-coordinate representation of color #1E2109: hue angle of 67.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2109 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 33 9 -
CMYK 0.09 0 0.73 0.87
HSL 67.5º 0.57% 0.08% -
HSV(B) 67.5º 0.73% 0.13% -
XYZ 1.13 1.38 0.47 -
YUV 29.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 30 33 9 0.09 0 0.73 0.87 67.5 0.57 0.08
Hex 1E 21 9 9 0 49 57 44 39 8
Octal 36 41 11 11 0 111 127 104 71 10
Binary 11110 100001 1001 1001 0 1001001 1010111 1000100 111001 1000

Color Harmonies of #1E2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2109

Black with #1E2109

Text Example


Text Example

White with #1E2109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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