Html Css Color HEX #1E1F17 Green Waterloo

📋 copy color: '#1E1F17'

red 30 ◦ green 31 ◦ blue 23

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

Shades of Green Waterloo #1E1F17

Tints of Green Waterloo #1E1F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 35.71%
G = 36.9%
B = 27.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.88

RGB Variations

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

Color information

#1E1F17 (or 0x1E1F17) is known color: Green Waterloo. HEX triplet: 1E, 1F and 17. RGB value is (30,31,23). Sum of RGB (Red+Green+Blue) = 30+31+23=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F17 is #E1E0E8. Grayscale: #1D1D1D. Windows color (decimal): -14803177 or 1515294. OLE color: 1515294.

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

Color convert

RGB 30 31 23 -
CMYK 0.03 0 0.26 0.88
HSL 67.5º 0.15% 0.11% -
HSV(B) 67.5º 0.26% 0.12% -
XYZ 1.18 1.32 1 -
YUV 29.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 30 31 23 0.03 0 0.26 0.88 67.5 0.15 0.11
Hex 1E 1F 17 3 0 1A 58 44 F B
Octal 36 37 27 3 0 32 130 104 17 13
Binary 11110 11111 10111 11 0 11010 1011000 1000100 1111 1011

Color Harmonies of #1E1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1F17

Black with #1E1F17

Text Example


Text Example

White with #1E1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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