Html Css Color HEX #1F470D Myrtle

📋 copy color: '#1F470D'

red 31 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #1F470D

Tints of Myrtle #1F470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 61.74%

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

R = 26.96%
G = 61.74%
B = 11.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#1F470D (or 0x1F470D) is known color: Myrtle. HEX triplet: 1F, 47 and 0D. RGB value is (31,71,13). Sum of RGB (Red+Green+Blue) = 31+71+13=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #1F470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F470D is #E0B8F2. Grayscale: #343434. Windows color (decimal): -14727411 or 870175. OLE color: 870175.

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

Color convert

RGB 31 71 13 -
CMYK 0.56 0 0.82 0.72
HSL 101.38º 0.69% 0.16% -
HSV(B) 101.38º 0.82% 0.28% -
XYZ 2.89 4.83 1.16 -
YUV 52.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 31 71 13 0.56 0 0.82 0.72 101.38 0.69 0.16
Hex 1F 47 D 38 0 52 48 65 45 10
Octal 37 107 15 70 0 122 110 145 105 20
Binary 11111 1000111 1101 111000 0 1010010 1001000 1100101 1000101 10000

Color Harmonies of #1F470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F470D

Black with #1F470D

Text Example


Text Example

White with #1F470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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