#1F240B

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

Shades of Green Waterloo #1F240B

Tints of Green Waterloo #1F240B

Color information

#1F240B (or 0x1F240B) is unknown color: approx Green Waterloo. HEX triplet: 1F, 24 and 0B. RGB value is (31,36,11). Sum of RGB (Red+Green+Blue) = 31+36+11=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #1F240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F240B is #E0DBF4. Grayscale: #1F1F1F. Windows color (decimal): -14736373 or 730143. OLE color: 730143.

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

Color convert

RGB313611-
CMYK0.1400.690.86
HSL72º53.19%9.22%-
HSV(B)72º69.44%14.12%-
XYZ1.261.580.55-
YUV31.65116.34127.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=39.74%
G=46.15%
B=14.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136110.1400.690.867253.199.22
Hex1F24BE0455648359
Octal3744131601051261106511
Binary111111001001011111001000101101011010010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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