#1F4902

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

Shades of Myrtle #1F4902

Tints of Myrtle #1F4902

Color information

#1F4902 (or 0x1F4902) is unknown color: approx Myrtle. HEX triplet: 1F, 49 and 02. RGB value is (31,73,2). Sum of RGB (Red+Green+Blue) = 31+73+2=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4902 is #E0B6FD. Grayscale: #343434. Windows color (decimal): -14726910 or 149791. OLE color: 149791.

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

Color convert

RGB31732-
CMYK0.5800.970.71
HSL95.49º94.67%14.71%-
HSV(B)95.49º97.26%28.63%-
XYZ2.965.060.88-
YUV52.3599.59112.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 73 (28.91% from 255) = 68.87%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=29.25%
G=68.87%
B=1.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal317320.5800.970.7195.4994.6714.71
Hex1F4923A061475f5ff
Octal37111272014110713713717
Binary11111100100110111010011000011000111101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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