#1C651F

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

Shades of San Felix #1C651F

Tints of San Felix #1C651F

Color information

#1C651F (or 0x1C651F) is unknown color: approx San Felix. HEX triplet: 1C, 65 and 1F. RGB value is (28,101,31). Sum of RGB (Red+Green+Blue) = 28+101+31=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #1C651F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C651F is #E39AE0. Grayscale: #474747. Windows color (decimal): -14916321 or 2057500. OLE color: 2057500.

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

Color convert

RGB2810131-
CMYK0.7200.690.60
HSL122.47º56.59%25.29%-
HSV(B)122.47º72.28%39.61%-
XYZ5.389.652.88-
YUV71.19105.3297.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=17.5%
G=63.12%
B=19.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28101310.7200.690.60122.4756.5925.29
Hex1C651F480453C7a3919
Octal34145371100105741727131
Binary11100110010111111100100001000101111100111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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