Html Css Color HEX #1E1F1A Green Waterloo

📋 copy color: '#1E1F1A'

red 30 ◦ green 31 ◦ blue 26

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

Shades of Green Waterloo #1E1F1A

Tints of Green Waterloo #1E1F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 29.89%

R = 34.48%
G = 35.63%
B = 29.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1E1F1A (or 0x1E1F1A) is known color: Green Waterloo. HEX triplet: 1E, 1F and 1A. RGB value is (30,31,26). Sum of RGB (Red+Green+Blue) = 30+31+26=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F1A is #E1E0E5. Grayscale: #1E1E1E. Windows color (decimal): -14803174 or 1711902. OLE color: 1711902.

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

Color convert

RGB 30 31 26 -
CMYK 0.03 0 0.16 0.88
HSL 72º 0.09% 0.11% -
HSV(B) 72º 0.16% 0.12% -
XYZ 1.21 1.33 1.17 -
YUV 30.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 30 31 26 0.03 0 0.16 0.88 72 0.09 0.11
Hex 1E 1F 1A 3 0 10 58 48 9 B
Octal 36 37 32 3 0 20 130 110 11 13
Binary 11110 11111 11010 11 0 10000 1011000 1001000 1001 1011

Color Harmonies of #1E1F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1F1A

Black with #1E1F1A

Text Example


Text Example

White with #1E1F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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