Html Css Color HEX #1F461F Myrtle

📋 copy color: '#1F461F'

red 31 ◦ green 70 ◦ blue 31

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

Shades of Myrtle #1F461F

Tints of Myrtle #1F461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.03%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 23.48%
G = 53.03%
B = 23.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#1F461F (or 0x1F461F) is known color: Myrtle. HEX triplet: 1F, 46 and 1F. RGB value is (31,70,31). Sum of RGB (Red+Green+Blue) = 31+70+31=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #1F461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F461F is #E0B9E0. Grayscale: #363636. Windows color (decimal): -14727649 or 2049567. OLE color: 2049567.

HSL color Cylindrical-coordinate representation of color #1F461F: hue angle of 120º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F461F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 70 31 -
CMYK 0.56 0 0.56 0.73
HSL 120º 0.39% 0.2% -
HSV(B) 120º 0.56% 0.27% -
XYZ 3 4.77 2.06 -
YUV 53.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 31 70 31 0.56 0 0.56 0.73 120 0.39 0.2
Hex 1F 46 1F 38 0 38 49 78 27 14
Octal 37 106 37 70 0 70 111 170 47 24
Binary 11111 1000110 11111 111000 0 111000 1001001 1111000 100111 10100

Color Harmonies of #1F461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F461F

Black with #1F461F

Text Example


Text Example

White with #1F461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,31); }

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

background-color css

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

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

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

border-color css

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

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

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