#1F240C

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

Shades of Green Waterloo #1F240C

Tints of Green Waterloo #1F240C

Color information

#1F240C (or 0x1F240C) is unknown color: approx Green Waterloo. HEX triplet: 1F, 24 and 0C. RGB value is (31,36,12). Sum of RGB (Red+Green+Blue) = 31+36+12=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1F240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F240C is #E0DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14736372 or 795679. OLE color: 795679.

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

Color convert

RGB313612-
CMYK0.1400.670.86
HSL72.5º50%9.41%-
HSV(B)72.5º66.67%14.12%-
XYZ1.261.580.59-
YUV31.77116.84127.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=39.24%
G=45.57%
B=15.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136120.1400.670.8672.5509.41
Hex1F24CE0435648329
Octal3744141601031261106211
Binary111111001001100111001000011101011010010001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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