#1F6F28

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

Shades of San Felix #1F6F28

Tints of San Felix #1F6F28

Color information

#1F6F28 (or 0x1F6F28) is unknown color: approx San Felix. HEX triplet: 1F, 6F and 28. RGB value is (31,111,40). Sum of RGB (Red+Green+Blue) = 31+111+40=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F28 is #E090D7. Grayscale: #4F4F4F. Windows color (decimal): -14717144 or 2649887. OLE color: 2649887.

HSL color Cylindrical-coordinate representation of color #1F6F28: hue angle of 126.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F28 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB3111140-
CMYK0.7200.640.56
HSL126.75º56.34%27.84%-
HSV(B)126.75º72.07%43.53%-
XYZ6.6311.813.94-
YUV78.9910693.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 111 (43.75% from 255) = 60.99%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=17.03%
G=60.99%
B=21.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31111400.7200.640.56126.7556.3427.84
Hex1F6F2848040387f381c
Octal37157501100100701777034
Binary111111101111101000100100001000000111000111111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,111,40); }

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

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

 a { background-color: rgb(31,111,40); }

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

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

 span { border-color: rgb(31,111,40); }

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