Html Css Color HEX #1F421A Myrtle

📋 copy color: '#1F421A'

red 31 ◦ green 66 ◦ blue 26

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

Shades of Myrtle #1F421A

Tints of Myrtle #1F421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 25.2%
G = 53.66%
B = 21.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#1F421A (or 0x1F421A) is known color: Myrtle. HEX triplet: 1F, 42 and 1A. RGB value is (31,66,26). Sum of RGB (Red+Green+Blue) = 31+66+26=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421A is #E0BDE5. Grayscale: #333333. Windows color (decimal): -14728678 or 1720863. OLE color: 1720863.

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

Color convert

RGB 31 66 26 -
CMYK 0.53 0 0.61 0.74
HSL 112.5º 0.43% 0.18% -
HSV(B) 112.5º 0.61% 0.26% -
XYZ 2.7 4.26 1.66 -
YUV 50.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 31 66 26 0.53 0 0.61 0.74 112.5 0.43 0.18
Hex 1F 42 1A 35 0 3D 4A 70 2B 12
Octal 37 102 32 65 0 75 112 160 53 22
Binary 11111 1000010 11010 110101 0 111101 1001010 1110000 101011 10010

Color Harmonies of #1F421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F421A

Black with #1F421A

Text Example


Text Example

White with #1F421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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