#1F341F

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

Shades of Myrtle #1F341F

Tints of Myrtle #1F341F

Color information

#1F341F (or 0x1F341F) is unknown color: approx Myrtle. HEX triplet: 1F, 34 and 1F. RGB value is (31,52,31). Sum of RGB (Red+Green+Blue) = 31+52+31=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #1F341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F341F is #E0CBE0. Grayscale: #2B2B2B. Windows color (decimal): -14732257 or 2044959. OLE color: 2044959.

HSL color Cylindrical-coordinate representation of color #1F341F: hue angle of 120º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F341F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB315231-
CMYK0.4000.400.80
HSL120º25.3%16.27%-
HSV(B)120º40.38%20.39%-
XYZ2.042.851.74-
YUV43.33121.04119.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=27.19%
G=45.61%
B=27.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152310.4000.400.8012025.316.27
Hex1F341F2802850781910
Octal376437500501201703120
Binary11111110100111111010000101000101000011110001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,31); }

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

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

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

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

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

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

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