Html Css Color HEX #1E1F10 Green Waterloo

📋 copy color: '#1E1F10'

red 30 ◦ green 31 ◦ blue 16

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

Shades of Green Waterloo #1E1F10

Tints of Green Waterloo #1E1F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 38.96%
G = 40.26%
B = 20.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1E1F10 (or 0x1E1F10) is known color: Green Waterloo. HEX triplet: 1E, 1F and 10. RGB value is (30,31,16). Sum of RGB (Red+Green+Blue) = 30+31+16=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F10 is #E1E0EF. Grayscale: #1D1D1D. Windows color (decimal): -14803184 or 1056542. OLE color: 1056542.

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

Color convert

RGB 30 31 16 -
CMYK 0.03 0 0.48 0.88
HSL 64º 0.32% 0.09% -
HSV(B) 64º 0.48% 0.12% -
XYZ 1.12 1.29 0.68 -
YUV 28.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 30 31 16 0.03 0 0.48 0.88 64 0.32 0.09
Hex 1E 1F 10 3 0 30 58 40 20 9
Octal 36 37 20 3 0 60 130 100 40 11
Binary 11110 11111 10000 11 0 110000 1011000 1000000 100000 1001

Color Harmonies of #1E1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1F10

Black with #1E1F10

Text Example


Text Example

White with #1E1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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