Html Css Color HEX #1D530D Myrtle

📋 copy color: '#1D530D'

red 29 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #1D530D

Tints of Myrtle #1D530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 66.4%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 23.2%
G = 66.4%
B = 10.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#1D530D (or 0x1D530D) is known color: Myrtle. HEX triplet: 1D, 53 and 0D. RGB value is (29,83,13). Sum of RGB (Red+Green+Blue) = 29+83+13=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #1D530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D530D is #E2ACF2. Grayscale: #3B3B3B. Windows color (decimal): -14855411 or 873245. OLE color: 873245.

HSL color Cylindrical-coordinate representation of color #1D530D: hue angle of 106.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D530D is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 83 13 -
CMYK 0.65 0 0.84 0.67
HSL 106.29º 0.73% 0.19% -
HSV(B) 106.29º 0.84% 0.33% -
XYZ 3.67 6.48 1.44 -
YUV 58.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 29 83 13 0.65 0 0.84 0.67 106.29 0.73 0.19
Hex 1D 53 D 41 0 54 43 6A 49 13
Octal 35 123 15 101 0 124 103 152 111 23
Binary 11101 1010011 1101 1000001 0 1010100 1000011 1101010 1001001 10011

Color Harmonies of #1D530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D530D

Black with #1D530D

Text Example


Text Example

White with #1D530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,13); }

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

background-color css

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

 a { background-color: rgb(29,83,13); }

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

border-color css

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

 span { border-color: rgb(29,83,13); }

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