#1F6215

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

Shades of Myrtle #1F6215

Tints of Myrtle #1F6215

Color information

#1F6215 (or 0x1F6215) is unknown color: approx Myrtle. HEX triplet: 1F, 62 and 15. RGB value is (31,98,21). Sum of RGB (Red+Green+Blue) = 31+98+21=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6215 is #E09DEA. Grayscale: #454545. Windows color (decimal): -14720491 or 1401375. OLE color: 1401375.

HSL color Cylindrical-coordinate representation of color #1F6215: hue angle of 112.21º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6215 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB319821-
CMYK0.6800.790.62
HSL112.21º64.71%23.33%-
HSV(B)112.21º78.57%38.43%-
XYZ5.079.082.2-
YUV69.19100.8100.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.67%
GREEN value IS 98 (38.67% from 255) = 65.33%
BLUE value IS 21 (8.59% from 255) = 14%
R=20.67%
G=65.33%
B=14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198210.6800.790.62112.2164.7123.33
Hex1F62154404F3E704117
Octal371422510401177616010127
Binary111111100010101011000100010011111111101110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,98,21); }

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

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

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

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

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

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

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