#1F2304

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

Shades of Green Waterloo #1F2304

Tints of Green Waterloo #1F2304

Color information

#1F2304 (or 0x1F2304) is unknown color: approx Green Waterloo. HEX triplet: 1F, 23 and 04. RGB value is (31,35,4). Sum of RGB (Red+Green+Blue) = 31+35+4=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2304 is #E0DCFB. Grayscale: #1E1E1E. Windows color (decimal): -14736636 or 271135. OLE color: 271135.

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

Color convert

RGB31354-
CMYK0.1100.890.86
HSL67.74º79.49%7.65%-
HSV(B)67.74º88.57%13.73%-
XYZ1.191.50.34-
YUV30.27113.17128.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 5.71%
R=44.29%
G=50%
B=5.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal313540.1100.890.8667.7479.497.65
Hex1F234B05956444f8
Octal3743413013112610411710
Binary111111000111001011010110011010110100010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,4); }

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

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

 a { background-color: rgb(31,35,4); }

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

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

 span { border-color: rgb(31,35,4); }

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