Html Css Color HEX #1D4601 Myrtle

📋 copy color: '#1D4601'

red 29 ◦ green 70 ◦ blue 1

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

Shades of Myrtle #1D4601

Tints of Myrtle #1D4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 70%

 BLUE value IS 1 (0.78% from 255) = 1%

R = 29%
G = 70%
B = 1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#1D4601 (or 0x1D4601) is known color: Myrtle. HEX triplet: 1D, 46 and 01. RGB value is (29,70,1). Sum of RGB (Red+Green+Blue) = 29+70+1=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4601 is #E2B9FE. Grayscale: #323232. Windows color (decimal): -14858751 or 83485. OLE color: 83485.

HSL color Cylindrical-coordinate representation of color #1D4601: hue angle of 95.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D4601 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 70 1 -
CMYK 0.59 0 0.99 0.73
HSL 95.65º 0.97% 0.14% -
HSV(B) 95.65º 0.99% 0.27% -
XYZ 2.7 4.64 0.78 -
YUV 49.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 29 70 1 0.59 0 0.99 0.73 95.65 0.97 0.14
Hex 1D 46 1 3B 0 63 49 60 61 E
Octal 35 106 1 73 0 143 111 140 141 16
Binary 11101 1000110 1 111011 0 1100011 1001001 1100000 1100001 1110

Color Harmonies of #1D4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4601

Black with #1D4601

Text Example


Text Example

White with #1D4601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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