#1F2403

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

Shades of Green Waterloo #1F2403

Tints of Green Waterloo #1F2403

Color information

#1F2403 (or 0x1F2403) is unknown color: approx Green Waterloo. HEX triplet: 1F, 24 and 03. RGB value is (31,36,3). Sum of RGB (Red+Green+Blue) = 31+36+3=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2403 is #E0DBFC. Grayscale: #1E1E1E. Windows color (decimal): -14736381 or 205855. OLE color: 205855.

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

Color convert

RGB31363-
CMYK0.1400.920.86
HSL69.09º84.62%7.65%-
HSV(B)69.09º91.67%14.12%-
XYZ1.211.560.32-
YUV30.74112.34128.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 36 (14.45% from 255) = 51.43%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=44.29%
G=51.43%
B=4.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal313630.1400.920.8669.0984.627.65
Hex1F243E05C5645558
Octal3744316013412610512510
Binary11111100100111110010111001010110100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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