#1F2114

Color #1F2114 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #1F2114

Tints of Green Waterloo #1F2114

Color information

#1F2114 (or 0x1F2114) is unknown color: approx Green Waterloo. HEX triplet: 1F, 21 and 14. RGB value is (31,33,20). Sum of RGB (Red+Green+Blue) = 31+33+20=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2114 is #E0DEEB. Grayscale: #1E1E1E. Windows color (decimal): -14737132 or 1319199. OLE color: 1319199.

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

Color convert

RGB313320-
CMYK0.0600.390.87
HSL69.23º24.53%10.39%-
HSV(B)69.23º39.39%12.94%-
XYZ1.241.430.87-
YUV30.92121.84128.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=36.90%
G=39.29%
B=23.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3133200.0600.390.8769.2324.5310.39
Hex1F21146027574519a
Octal37412460471271053112
Binary1111110000110100110010011110101111000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,20); }

 H1.HeaderClassName
 {
   color: #1F2114;
 }
 .AnyTagClassName
 {
   color: #1F2114;
 }
</style>
background-color css

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

 a { background-color: rgb(31,33,20); }

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

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

 span { border-color: rgb(31,33,20); }

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