#1F2307

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

Shades of Green Waterloo #1F2307

Tints of Green Waterloo #1F2307

Color information

#1F2307 (or 0x1F2307) is unknown color: approx Green Waterloo. HEX triplet: 1F, 23 and 07. RGB value is (31,35,7). Sum of RGB (Red+Green+Blue) = 31+35+7=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2307 is #E0DCF8. Grayscale: #1E1E1E. Windows color (decimal): -14736633 or 467743. OLE color: 467743.

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

Color convert

RGB31357-
CMYK0.1100.800.86
HSL68.57º66.67%8.24%-
HSV(B)68.57º80%13.73%-
XYZ1.21.510.43-
YUV30.61114.67128.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=42.47%
G=47.95%
B=9.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal313570.1100.800.8668.5766.678.24
Hex1F237B0505645438
Octal3743713012012610510310
Binary111111000111111011010100001010110100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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