Html Css Color HEX #1F421D Myrtle

📋 copy color: '#1F421D'

red 31 ◦ green 66 ◦ blue 29

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

Shades of Myrtle #1F421D

Tints of Myrtle #1F421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 24.6%
G = 52.38%
B = 23.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#1F421D (or 0x1F421D) is known color: Myrtle. HEX triplet: 1F, 42 and 1D. RGB value is (31,66,29). Sum of RGB (Red+Green+Blue) = 31+66+29=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421D is #E0BDE2. Grayscale: #333333. Windows color (decimal): -14728675 or 1917471. OLE color: 1917471.

HSL color Cylindrical-coordinate representation of color #1F421D: hue angle of 116.76º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F421D is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 66 29 -
CMYK 0.53 0 0.56 0.74
HSL 116.76º 0.39% 0.19% -
HSV(B) 116.76º 0.56% 0.26% -
XYZ 2.74 4.28 1.84 -
YUV 51.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 31 66 29 0.53 0 0.56 0.74 116.76 0.39 0.19
Hex 1F 42 1D 35 0 38 4A 75 27 13
Octal 37 102 35 65 0 70 112 165 47 23
Binary 11111 1000010 11101 110101 0 111000 1001010 1110101 100111 10011

Color Harmonies of #1F421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F421D

Black with #1F421D

Text Example


Text Example

White with #1F421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,29); }

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

background-color css

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

 a { background-color: rgb(31,66,29); }

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

border-color css

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

 span { border-color: rgb(31,66,29); }

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