Html Css Color HEX #1F421E Myrtle

📋 copy color: '#1F421E'

red 31 ◦ green 66 ◦ blue 30

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

Shades of Myrtle #1F421E

Tints of Myrtle #1F421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 24.41%
G = 51.97%
B = 23.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#1F421E (or 0x1F421E) is known color: Myrtle. HEX triplet: 1F, 42 and 1E. RGB value is (31,66,30). Sum of RGB (Red+Green+Blue) = 31+66+30=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421E is #E0BDE1. Grayscale: #333333. Windows color (decimal): -14728674 or 1983007. OLE color: 1983007.

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

Color convert

RGB 31 66 30 -
CMYK 0.53 0 0.55 0.74
HSL 118.33º 0.38% 0.19% -
HSV(B) 118.33º 0.55% 0.26% -
XYZ 2.75 4.28 1.91 -
YUV 51.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 31 66 30 0.53 0 0.55 0.74 118.33 0.38 0.19
Hex 1F 42 1E 35 0 37 4A 76 26 13
Octal 37 102 36 65 0 67 112 166 46 23
Binary 11111 1000010 11110 110101 0 110111 1001010 1110110 100110 10011

Color Harmonies of #1F421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F421E

Black with #1F421E

Text Example


Text Example

White with #1F421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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