#1F6527

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

Shades of San Felix #1F6527

Tints of San Felix #1F6527

Color information

#1F6527 (or 0x1F6527) is unknown color: approx San Felix. HEX triplet: 1F, 65 and 27. RGB value is (31,101,39). Sum of RGB (Red+Green+Blue) = 31+101+39=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6527 is #E09AD8. Grayscale: #494949. Windows color (decimal): -14719705 or 2581791. OLE color: 2581791.

HSL color Cylindrical-coordinate representation of color #1F6527: hue angle of 126.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6527 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB3110139-
CMYK0.6900.610.60
HSL126.86º53.03%25.88%-
HSV(B)126.86º69.31%39.61%-
XYZ5.589.753.51-
YUV73108.8198.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=18.13%
G=59.06%
B=22.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31101390.6900.610.60126.8653.0325.88
Hex1F65274503D3C7f351a
Octal3714547105075741776532
Binary11111110010110011110001010111101111100111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,39); }

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

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

 a { background-color: rgb(31,101,39); }

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

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

 span { border-color: rgb(31,101,39); }

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