Html Css Color HEX #1F551F Myrtle

📋 copy color: '#1F551F'

red 31 ◦ green 85 ◦ blue 31

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

Shades of Myrtle #1F551F

Tints of Myrtle #1F551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.82%

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

R = 21.09%
G = 57.82%
B = 21.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#1F551F (or 0x1F551F) is known color: Myrtle. HEX triplet: 1F, 55 and 1F. RGB value is (31,85,31). Sum of RGB (Red+Green+Blue) = 31+85+31=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #1F551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F551F is #E0AAE0. Grayscale: #3E3E3E. Windows color (decimal): -14723809 or 2053407. OLE color: 2053407.

HSL color Cylindrical-coordinate representation of color #1F551F: hue angle of 120º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F551F is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 85 31 -
CMYK 0.64 0 0.64 0.67
HSL 120º 0.47% 0.23% -
HSV(B) 120º 0.64% 0.33% -
XYZ 4.06 6.89 2.41 -
YUV 62.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 31 85 31 0.64 0 0.64 0.67 120 0.47 0.23
Hex 1F 55 1F 40 0 40 43 78 2F 17
Octal 37 125 37 100 0 100 103 170 57 27
Binary 11111 1010101 11111 1000000 0 1000000 1000011 1111000 101111 10111

Color Harmonies of #1F551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F551F

Black with #1F551F

Text Example


Text Example

White with #1F551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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