#1F481F

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

Shades of Myrtle #1F481F

Tints of Myrtle #1F481F

Color information

#1F481F (or 0x1F481F) is unknown color: approx Myrtle. HEX triplet: 1F, 48 and 1F. RGB value is (31,72,31). Sum of RGB (Red+Green+Blue) = 31+72+31=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #1F481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F481F is #E0B7E0. Grayscale: #373737. Windows color (decimal): -14727137 or 2050079. OLE color: 2050079.

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

Color convert

RGB317231-
CMYK0.5700.570.72
HSL120º39.81%20.2%-
HSV(B)120º56.94%28.24%-
XYZ3.135.022.1-
YUV55.07114.42110.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=23.13%
G=53.73%
B=23.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172310.5700.570.7212039.8120.2
Hex1F481F3903948782814
Octal3711037710711101705024
Binary1111110010001111111100101110011001000111100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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