#1F6023

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

Shades of San Felix #1F6023

Tints of San Felix #1F6023

Color information

#1F6023 (or 0x1F6023) is unknown color: approx San Felix. HEX triplet: 1F, 60 and 23. RGB value is (31,96,35). Sum of RGB (Red+Green+Blue) = 31+96+35=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6023 is #E09FDC. Grayscale: #454545. Windows color (decimal): -14720989 or 2318367. OLE color: 2318367.

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

Color convert

RGB319635-
CMYK0.6800.640.62
HSL123.69º51.18%24.9%-
HSV(B)123.69º67.71%37.65%-
XYZ5.058.783.02-
YUV69.61108.47100.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=19.14%
G=59.26%
B=21.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196350.6800.640.62123.6951.1824.9
Hex1F6023440403E7c3319
Octal37140431040100761746331
Binary111111100000100011100010001000000111110111110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,35); }

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

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

 a { background-color: rgb(31,96,35); }

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

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

 span { border-color: rgb(31,96,35); }

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