#1D5B01

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

Shades of Myrtle #1D5B01

Tints of Myrtle #1D5B01

Color information

#1D5B01 (or 0x1D5B01) is unknown color: approx Myrtle. HEX triplet: 1D, 5B and 01. RGB value is (29,91,1). Sum of RGB (Red+Green+Blue) = 29+91+1=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #1D5B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5B01 is #E2A4FE. Grayscale: #3E3E3E. Windows color (decimal): -14853375 or 88861. OLE color: 88861.

HSL color Cylindrical-coordinate representation of color #1D5B01: hue angle of 101.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D5B01 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB29911-
CMYK0.6800.990.64
HSL101.33º97.83%18.04%-
HSV(B)101.33º98.9%35.69%-
XYZ4.257.751.3-
YUV62.293.46104.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 91 (35.94% from 255) = 75.21%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=23.97%
G=75.21%
B=0.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal299110.6800.990.64101.3397.8318.04
Hex1D5B14406340656212
Octal351331104014310014514222
Binary111011011011110001000110001110000001100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,91,1); }

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

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

 a { background-color: rgb(29,91,1); }

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

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

 span { border-color: rgb(29,91,1); }

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