Html Css Color HEX #1E210B Green Waterloo

📋 copy color: '#1E210B'

red 30 ◦ green 33 ◦ blue 11

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

Shades of Green Waterloo #1E210B

Tints of Green Waterloo #1E210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.86%

R = 40.54%
G = 44.59%
B = 14.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#1E210B (or 0x1E210B) is known color: Green Waterloo. HEX triplet: 1E, 21 and 0B. RGB value is (30,33,11). Sum of RGB (Red+Green+Blue) = 30+33+11=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #1E210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E210B is #E1DEF4. Grayscale: #1D1D1D. Windows color (decimal): -14802677 or 729374. OLE color: 729374.

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

Color convert

RGB 30 33 11 -
CMYK 0.09 0 0.67 0.87
HSL 68.18º 0.5% 0.09% -
HSV(B) 68.18º 0.67% 0.13% -
XYZ 1.14 1.39 0.52 -
YUV 29.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 30 33 11 0.09 0 0.67 0.87 68.18 0.5 0.09
Hex 1E 21 B 9 0 43 57 44 32 9
Octal 36 41 13 11 0 103 127 104 62 11
Binary 11110 100001 1011 1001 0 1000011 1010111 1000100 110010 1001

Color Harmonies of #1E210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E210B

Black with #1E210B

Text Example


Text Example

White with #1E210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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