#1B651B

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

Shades of San Felix #1B651B

Tints of San Felix #1B651B

Color information

#1B651B (or 0x1B651B) is unknown color: approx San Felix. HEX triplet: 1B, 65 and 1B. RGB value is (27,101,27). Sum of RGB (Red+Green+Blue) = 27+101+27=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #1B651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B651B is #E49AE4. Grayscale: #464646. Windows color (decimal): -14981861 or 1795355. OLE color: 1795355.

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

Color convert

RGB2710127-
CMYK0.7300.730.60
HSL120º57.81%25.1%-
HSV(B)120º73.27%39.61%-
XYZ5.39.622.61-
YUV70.44103.4897.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.42%
GREEN value IS 101 (39.84% from 255) = 65.16%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=17.42%
G=65.16%
B=17.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27101270.7300.730.6012057.8125.1
Hex1B651B490493C783a19
Octal33145331110111741707231
Binary11011110010111011100100101001001111100111100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,27); }

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

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

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

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

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

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

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