Html Css Color HEX #1F420C Myrtle

📋 copy color: '#1F420C'

red 31 ◦ green 66 ◦ blue 12

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

Shades of Myrtle #1F420C

Tints of Myrtle #1F420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 28.44%
G = 60.55%
B = 11.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#1F420C (or 0x1F420C) is known color: Myrtle. HEX triplet: 1F, 42 and 0C. RGB value is (31,66,12). Sum of RGB (Red+Green+Blue) = 31+66+12=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #1F420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F420C is #E0BDF3. Grayscale: #313131. Windows color (decimal): -14728692 or 803359. OLE color: 803359.

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

Color convert

RGB 31 66 12 -
CMYK 0.53 0 0.82 0.74
HSL 98.89º 0.69% 0.15% -
HSV(B) 98.89º 0.82% 0.26% -
XYZ 2.58 4.21 1.03 -
YUV 49.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 31 66 12 0.53 0 0.82 0.74 98.89 0.69 0.15
Hex 1F 42 C 35 0 52 4A 63 45 F
Octal 37 102 14 65 0 122 112 143 105 17
Binary 11111 1000010 1100 110101 0 1010010 1001010 1100011 1000101 1111

Color Harmonies of #1F420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F420C

Black with #1F420C

Text Example


Text Example

White with #1F420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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