Html Css Color HEX #1F420F Myrtle

📋 copy color: '#1F420F'

red 31 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #1F420F

Tints of Myrtle #1F420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 27.68%
G = 58.93%
B = 13.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#1F420F (or 0x1F420F) is known color: Myrtle. HEX triplet: 1F, 42 and 0F. RGB value is (31,66,15). Sum of RGB (Red+Green+Blue) = 31+66+15=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #1F420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F420F is #E0BDF0. Grayscale: #313131. Windows color (decimal): -14728689 or 999967. OLE color: 999967.

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

Color convert

RGB 31 66 15 -
CMYK 0.53 0 0.77 0.74
HSL 101.18º 0.63% 0.16% -
HSV(B) 101.18º 0.77% 0.26% -
XYZ 2.6 4.22 1.13 -
YUV 49.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 31 66 15 0.53 0 0.77 0.74 101.18 0.63 0.16
Hex 1F 42 F 35 0 4D 4A 65 3F 10
Octal 37 102 17 65 0 115 112 145 77 20
Binary 11111 1000010 1111 110101 0 1001101 1001010 1100101 111111 10000

Color Harmonies of #1F420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F420F

Black with #1F420F

Text Example


Text Example

White with #1F420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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