#1F6201

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

Shades of Myrtle #1F6201

Tints of Myrtle #1F6201

Color information

#1F6201 (or 0x1F6201) is unknown color: approx Myrtle. HEX triplet: 1F, 62 and 01. RGB value is (31,98,1). Sum of RGB (Red+Green+Blue) = 31+98+1=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6201 is #E09DFE. Grayscale: #434343. Windows color (decimal): -14720511 or 90655. OLE color: 90655.

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

Color convert

RGB31981-
CMYK0.6800.990.62
HSL101.44º97.98%19.41%-
HSV(B)101.44º98.98%38.43%-
XYZ4.949.031.51-
YUV66.9190.8102.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 98 (38.67% from 255) = 75.38%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=23.85%
G=75.38%
B=0.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal319810.6800.990.62101.4497.9819.41
Hex1F621440633E656213
Octal37142110401437614514223
Binary11111110001011000100011000111111101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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