#1F2400

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

Shades of Green Waterloo #1F2400

Tints of Green Waterloo #1F2400

Color information

#1F2400 (or 0x1F2400) is unknown color: approx Green Waterloo. HEX triplet: 1F, 24 and 00. RGB value is (31,36,0). Sum of RGB (Red+Green+Blue) = 31+36+0=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2400 is #E0DBFF. Grayscale: #1E1E1E. Windows color (decimal): -14736384 or 9247. OLE color: 9247.

HSL color Cylindrical-coordinate representation of color #1F2400: hue angle of 68.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F2400 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB31360-
CMYK0.14010.86
HSL68.33º100%7.06%-
HSV(B)68.33º100%14.12%-
XYZ1.21.550.24-
YUV30.4110.84128.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.27%
G=53.73%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal313600.14010.8668.331007.06
Hex1F240E0645644647
Octal374401601441261041447
Binary111111001000111001100100101011010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,0); }

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

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

 a { background-color: rgb(31,36,0); }

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

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

 span { border-color: rgb(31,36,0); }

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