Html Css Color HEX #1F480D Myrtle

📋 copy color: '#1F480D'

red 31 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #1F480D

Tints of Myrtle #1F480D

RGB

 RED value IS 31 (12.5% from 255) = 26.72%

 GREEN value IS 72 (28.52% from 255) = 62.07%

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

R = 26.72%
G = 62.07%
B = 11.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#1F480D (or 0x1F480D) is known color: Myrtle. HEX triplet: 1F, 48 and 0D. RGB value is (31,72,13). Sum of RGB (Red+Green+Blue) = 31+72+13=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #1F480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F480D is #E0B7F2. Grayscale: #353535. Windows color (decimal): -14727155 or 870431. OLE color: 870431.

HSL color Cylindrical-coordinate representation of color #1F480D: hue angle of 101.69º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F480D is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 72 13 -
CMYK 0.57 0 0.82 0.72
HSL 101.69º 0.69% 0.17% -
HSV(B) 101.69º 0.82% 0.28% -
XYZ 2.96 4.96 1.18 -
YUV 53.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 31 72 13 0.57 0 0.82 0.72 101.69 0.69 0.17
Hex 1F 48 D 39 0 52 48 66 45 11
Octal 37 110 15 71 0 122 110 146 105 21
Binary 11111 1001000 1101 111001 0 1010010 1001000 1100110 1000101 10001

Color Harmonies of #1F480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F480D

Black with #1F480D

Text Example


Text Example

White with #1F480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,13); }

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

background-color css

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

 a { background-color: rgb(31,72,13); }

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

border-color css

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

 span { border-color: rgb(31,72,13); }

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