#1F4B01

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

Shades of Myrtle #1F4B01

Tints of Myrtle #1F4B01

Color information

#1F4B01 (or 0x1F4B01) is unknown color: approx Myrtle. HEX triplet: 1F, 4B and 01. RGB value is (31,75,1). Sum of RGB (Red+Green+Blue) = 31+75+1=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B01 is #E0B4FE. Grayscale: #353535. Windows color (decimal): -14726399 or 84767. OLE color: 84767.

HSL color Cylindrical-coordinate representation of color #1F4B01: hue angle of 95.68º 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 #1F4B01 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB31751-
CMYK0.5900.990.71
HSL95.68º97.37%14.9%-
HSV(B)95.68º98.67%29.41%-
XYZ3.095.330.89-
YUV53.4198.42112.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 75 (29.69% from 255) = 70.09%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=28.97%
G=70.09%
B=0.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal317510.5900.990.7195.6897.3714.9
Hex1F4B13B063476061f
Octal37113173014310714014117
Binary1111110010111111011011000111000111110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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