Html Css Color HEX #1E1F13 Green Waterloo

📋 copy color: '#1E1F13'

red 30 ◦ green 31 ◦ blue 19

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

Shades of Green Waterloo #1E1F13

Tints of Green Waterloo #1E1F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 38.75%

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 37.5%
G = 38.75%
B = 23.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1E1F13 (or 0x1E1F13) is known color: Green Waterloo. HEX triplet: 1E, 1F and 13. RGB value is (30,31,19). Sum of RGB (Red+Green+Blue) = 30+31+19=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F13 is #E1E0EC. Grayscale: #1D1D1D. Windows color (decimal): -14803181 or 1253150. OLE color: 1253150.

HSL color Cylindrical-coordinate representation of color #1E1F13: hue angle of 65º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E1F13 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 31 19 -
CMYK 0.03 0 0.39 0.88
HSL 65º 0.24% 0.1% -
HSV(B) 65º 0.39% 0.12% -
XYZ 1.14 1.3 0.81 -
YUV 29.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 30 31 19 0.03 0 0.39 0.88 65 0.24 0.1
Hex 1E 1F 13 3 0 27 58 41 18 A
Octal 36 37 23 3 0 47 130 101 30 12
Binary 11110 11111 10011 11 0 100111 1011000 1000001 11000 1010

Color Harmonies of #1E1F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1F13

Black with #1E1F13

Text Example


Text Example

White with #1E1F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,31,19); }

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

background-color css

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

 a { background-color: rgb(30,31,19); }

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

border-color css

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

 span { border-color: rgb(30,31,19); }

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