#1F4800

Color #1F4800 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #1F4800

Tints of Myrtle #1F4800

Color information

#1F4800 (or 0x1F4800) is unknown color: approx Myrtle. HEX triplet: 1F, 48 and 00. RGB value is (31,72,0). Sum of RGB (Red+Green+Blue) = 31+72+0=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4800 is #E0B7FF. Grayscale: #333333. Windows color (decimal): -14727168 or 18463. OLE color: 18463.

HSL color Cylindrical-coordinate representation of color #1F4800: hue angle of 94.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F4800 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB31720-
CMYK0.57010.72
HSL94.17º100%14.12%-
HSV(B)94.17º100%28.24%-
XYZ2.884.930.8-
YUV51.5398.92113.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.10%
GREEN value IS 72 (28.52% from 255) = 69.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.10%
G=69.90%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal317200.57010.7294.1710014.12
Hex1F48039064485e64e
Octal37110071014411013614416
Binary1111110010000111001011001001001000101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,0); }

 H1.HeaderClassName
 {
   color: #1F4800;
 }
 .AnyTagClassName
 {
   color: #1F4800;
 }
</style>
background-color css

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

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

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

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

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

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