#1F3B1E

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

Shades of Myrtle #1F3B1E

Tints of Myrtle #1F3B1E

Color information

#1F3B1E (or 0x1F3B1E) is unknown color: approx Myrtle. HEX triplet: 1F, 3B and 1E. RGB value is (31,59,30). Sum of RGB (Red+Green+Blue) = 31+59+30=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B1E is #E0C4E1. Grayscale: #2F2F2F. Windows color (decimal): -14730466 or 1981215. OLE color: 1981215.

HSL color Cylindrical-coordinate representation of color #1F3B1E: hue angle of 117.93º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3B1E is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB315930-
CMYK0.4700.490.77
HSL117.93º32.58%17.45%-
HSV(B)117.93º49.15%23.14%-
XYZ2.363.511.78-
YUV47.32118.22116.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 59 (23.44% from 255) = 49.17%
BLUE value IS 30 (12.11% from 255) = 25%
R=25.83%
G=49.17%
B=25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3159300.4700.490.77117.9332.5817.45
Hex1F3B1E2F0314D762111
Octal377336570611151664121
Binary111111110111111010111101100011001101111011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,30); }

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

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

 a { background-color: rgb(31,59,30); }

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

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

 span { border-color: rgb(31,59,30); }

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