#1F2301

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

Shades of Green Waterloo #1F2301

Tints of Green Waterloo #1F2301

Color information

#1F2301 (or 0x1F2301) is unknown color: approx Green Waterloo. HEX triplet: 1F, 23 and 01. RGB value is (31,35,1). Sum of RGB (Red+Green+Blue) = 31+35+1=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2301 is #E0DCFE. Grayscale: #1E1E1E. Windows color (decimal): -14736639 or 74527. OLE color: 74527.

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

Color convert

RGB31351-
CMYK0.1100.970.86
HSL67.06º94.44%7.06%-
HSV(B)67.06º97.14%13.73%-
XYZ1.171.50.26-
YUV29.93111.67128.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=46.27%
G=52.24%
B=1.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal313510.1100.970.8667.0694.447.06
Hex1F231B06156435e7
Octal374311301411261031367
Binary111111000111101101100001101011010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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