Html Css Color HEX #1E200F Green Waterloo

📋 copy color: '#1E200F'

red 30 ◦ green 32 ◦ blue 15

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

Shades of Green Waterloo #1E200F

Tints of Green Waterloo #1E200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.48%

R = 38.96%
G = 41.56%
B = 19.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#1E200F (or 0x1E200F) is known color: Green Waterloo. HEX triplet: 1E, 20 and 0F. RGB value is (30,32,15). Sum of RGB (Red+Green+Blue) = 30+32+15=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #1E200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E200F is #E1DFF0. Grayscale: #1D1D1D. Windows color (decimal): -14802929 or 991262. OLE color: 991262.

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

Color convert

RGB 30 32 15 -
CMYK 0.06 0 0.53 0.87
HSL 67.06º 0.36% 0.09% -
HSV(B) 67.06º 0.53% 0.13% -
XYZ 1.14 1.34 0.65 -
YUV 29.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 30 32 15 0.06 0 0.53 0.87 67.06 0.36 0.09
Hex 1E 20 F 6 0 35 57 43 24 9
Octal 36 40 17 6 0 65 127 103 44 11
Binary 11110 100000 1111 110 0 110101 1010111 1000011 100100 1001

Color Harmonies of #1E200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E200F

Black with #1E200F

Text Example


Text Example

White with #1E200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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