Html Css Color HEX #1F4901 Myrtle

📋 copy color: '#1F4901'

red 31 ◦ green 73 ◦ blue 1

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

Shades of Myrtle #1F4901

Tints of Myrtle #1F4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 69.52%

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 29.52%
G = 69.52%
B = 0.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#1F4901 (or 0x1F4901) is known color: Myrtle. HEX triplet: 1F, 49 and 01. RGB value is (31,73,1). Sum of RGB (Red+Green+Blue) = 31+73+1=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4901 is #E0B6FE. Grayscale: #343434. Windows color (decimal): -14726911 or 84255. OLE color: 84255.

HSL color Cylindrical-coordinate representation of color #1F4901: hue angle of 95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F4901 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 73 1 -
CMYK 0.58 0 0.99 0.71
HSL 95º 0.97% 0.15% -
HSV(B) 95º 0.99% 0.29% -
XYZ 2.95 5.06 0.85 -
YUV 52.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 31 73 1 0.58 0 0.99 0.71 95 0.97 0.15
Hex 1F 49 1 3A 0 63 47 5F 61 F
Octal 37 111 1 72 0 143 107 137 141 17
Binary 11111 1001001 1 111010 0 1100011 1000111 1011111 1100001 1111

Color Harmonies of #1F4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4901

Black with #1F4901

Text Example


Text Example

White with #1F4901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,73,1); }

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

background-color css

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

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

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

border-color css

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

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

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