#15721F

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

Shades of San Felix #15721F

Tints of San Felix #15721F

Color information

#15721F (or 0x15721F) is unknown color: approx San Felix. HEX triplet: 15, 72 and 1F. RGB value is (21,114,31). Sum of RGB (Red+Green+Blue) = 21+114+31=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #15721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15721F is #EA8DE0. Grayscale: #4C4C4C. Windows color (decimal): -15371745 or 2060821. OLE color: 2060821.

HSL color Cylindrical-coordinate representation of color #15721F: hue angle of 126.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15721F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB2111431-
CMYK0.8200.730.55
HSL126.45º68.89%26.47%-
HSV(B)126.45º81.58%44.71%-
XYZ6.5712.293.32-
YUV76.73102.1988.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=12.65%
G=68.67%
B=18.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114310.8200.730.55126.4568.8926.47
Hex15721F52049377e451a
Octal251623712201116717610532
Binary101011110010111111010010010010011101111111110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15721F; }

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

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

<style>
 a { background-color: #15721F; }

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

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

<style>
 span { border-color: #15721F; }

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

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