Html Css Color HEX #1E2015 Green Waterloo

📋 copy color: '#1E2015'

red 30 ◦ green 32 ◦ blue 21

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

Shades of Green Waterloo #1E2015

Tints of Green Waterloo #1E2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.55%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 36.14%
G = 38.55%
B = 25.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#1E2015 (or 0x1E2015) is known color: Green Waterloo. HEX triplet: 1E, 20 and 15. RGB value is (30,32,21). Sum of RGB (Red+Green+Blue) = 30+32+21=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #1E2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2015 is #E1DFEA. Grayscale: #1E1E1E. Windows color (decimal): -14802923 or 1384478. OLE color: 1384478.

HSL color Cylindrical-coordinate representation of color #1E2015: hue angle of 70.91º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1E2015 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 32 21 -
CMYK 0.06 0 0.34 0.87
HSL 70.91º 0.21% 0.1% -
HSV(B) 70.91º 0.34% 0.13% -
XYZ 1.19 1.36 0.91 -
YUV 30.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 30 32 21 0.06 0 0.34 0.87 70.91 0.21 0.1
Hex 1E 20 15 6 0 22 57 47 15 A
Octal 36 40 25 6 0 42 127 107 25 12
Binary 11110 100000 10101 110 0 100010 1010111 1000111 10101 1010

Color Harmonies of #1E2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2015

Black with #1E2015

Text Example


Text Example

White with #1E2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,21); }

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

background-color css

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

 a { background-color: rgb(30,32,21); }

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

border-color css

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

 span { border-color: rgb(30,32,21); }

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