#1d511f

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

Shades of Myrtle #1D511F

Tints of Myrtle #1D511F

Color information

#1D511F (or 0x1D511F) is unknown color: approx Myrtle. HEX triplet: 1D, 51 and 1F. RGB value is (29,81,31). Sum of RGB (Red+Green+Blue) = 29+81+31=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #1D511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D511F is #E2AEE0. Grayscale: #3B3B3B. Windows color (decimal): -14855905 or 2052381. OLE color: 2052381.

HSL color Cylindrical-coordinate representation of color #1D511F: hue angle of 122.31º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D511F is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB298131-
CMYK0.6400.620.68
HSL122.31º47.27%21.57%-
HSV(B)122.31º64.2%31.76%-
XYZ3.76.242.31-
YUV59.75111.77106.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=20.57%
G=57.45%
B=21.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981310.6400.620.68122.3147.2721.57
Hex1D511F4003E447a2f16
Octal35121371000761041725726
Binary11101101000111111100000001111101000100111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d511f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,31); }

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

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

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

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

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

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

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