#1F4121

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

Shades of Myrtle #1F4121

Tints of Myrtle #1F4121

Color information

#1F4121 (or 0x1F4121) is unknown color: approx Myrtle. HEX triplet: 1F, 41 and 21. RGB value is (31,65,33). Sum of RGB (Red+Green+Blue) = 31+65+33=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4121 is #E0BEDE. Grayscale: #333333. Windows color (decimal): -14728927 or 2179359. OLE color: 2179359.

HSL color Cylindrical-coordinate representation of color #1F4121: hue angle of 123.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4121 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB316533-
CMYK0.5200.490.75
HSL123.53º35.42%18.82%-
HSV(B)123.53º52.31%25.49%-
XYZ2.734.182.1-
YUV51.19117.74113.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=24.03%
G=50.39%
B=25.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165330.5200.490.75123.5335.4218.82
Hex1F4121340314B7c2313
Octal3710141640611131744323
Binary11111100000110000111010001100011001011111110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,33); }

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

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

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

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

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

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

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