#1D4B25

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

Shades of Myrtle #1D4B25

Tints of Myrtle #1D4B25

Color information

#1D4B25 (or 0x1D4B25) is unknown color: approx Myrtle. HEX triplet: 1D, 4B and 25. RGB value is (29,75,37). Sum of RGB (Red+Green+Blue) = 29+75+37=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B25 is #E2B4DA. Grayscale: #393939. Windows color (decimal): -14857435 or 2444061. OLE color: 2444061.

HSL color Cylindrical-coordinate representation of color #1D4B25: hue angle of 130.43º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4B25 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB297537-
CMYK0.6100.510.71
HSL130.43º44.23%20.39%-
HSV(B)130.43º61.33%29.41%-
XYZ3.365.432.62-
YUV56.91116.76108.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=20.57%
G=53.19%
B=26.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2975370.6100.510.71130.4344.2320.39
Hex1D4B253D03347822c14
Octal3511345750631072025424
Binary111011001011100101111101011001110001111000001010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,75,37); }

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

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

 a { background-color: rgb(29,75,37); }

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

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

 span { border-color: rgb(29,75,37); }

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