#1F3F0B

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

Shades of Myrtle #1F3F0B

Tints of Myrtle #1F3F0B

Color information

#1F3F0B (or 0x1F3F0B) is unknown color: approx Myrtle. HEX triplet: 1F, 3F and 0B. RGB value is (31,63,11). Sum of RGB (Red+Green+Blue) = 31+63+11=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3F0B is #E0C0F4. Grayscale: #2F2F2F. Windows color (decimal): -14729461 or 737055. OLE color: 737055.

HSL color Cylindrical-coordinate representation of color #1F3F0B: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3F0B is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB316311-
CMYK0.5100.830.75
HSL96.92º70.27%14.51%-
HSV(B)96.92º82.54%24.71%-
XYZ2.43.870.94-
YUV47.5107.4116.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.52%
GREEN value IS 63 (25% from 255) = 60%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=29.52%
G=60%
B=10.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3163110.5100.830.7596.9270.2714.51
Hex1F3FB330534B6146f
Octal37771363012311314110617
Binary111111111111011110011010100111001011110000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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