Html Css Color HEX #1D5502 Myrtle

📋 copy color: '#1D5502'

red 29 ◦ green 85 ◦ blue 2

#1D5502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #1D5502

Tints of Myrtle #1D5502

RGB

 RED value IS 29 (11.72% from 255) = 25%

 GREEN value IS 85 (33.59% from 255) = 73.28%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 25%
G = 73.28%
B = 1.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#1D5502 (or 0x1D5502) is known color: Myrtle. HEX triplet: 1D, 55 and 02. RGB value is (29,85,2). Sum of RGB (Red+Green+Blue) = 29+85+2=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5502 is #E2AAFD. Grayscale: #3B3B3B. Windows color (decimal): -14854910 or 152861. OLE color: 152861.

HSL color Cylindrical-coordinate representation of color #1D5502: hue angle of 100.48º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D5502 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 2 -
CMYK 0.66 0 0.98 0.67
HSL 100.48º 0.95% 0.17% -
HSV(B) 100.48º 0.98% 0.33% -
XYZ 3.77 6.76 1.16 -
YUV 58.79 95.95 106.75 -
System Red Green Blue C M Y K H S L
Decimal 29 85 2 0.66 0 0.98 0.67 100.48 0.95 0.17
Hex 1D 55 2 42 0 62 43 64 5F 11
Octal 35 125 2 102 0 142 103 144 137 21
Binary 11101 1010101 10 1000010 0 1100010 1000011 1100100 1011111 10001

Color Harmonies of #1D5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5502

Black with #1D5502

Text Example


Text Example

White with #1D5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,85,2); }

 H1.HeaderClassName
 {
   color: #1D5502;
 }
 .AnyTagClassName
 {
   color: #1D5502;
 }
</style>

background-color css

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

 a { background-color: rgb(29,85,2); }

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

border-color css

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

 span { border-color: rgb(29,85,2); }

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