#1B681A

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

Shades of San Felix #1B681A

Tints of San Felix #1B681A

Color information

#1B681A (or 0x1B681A) is unknown color: approx San Felix. HEX triplet: 1B, 68 and 1A. RGB value is (27,104,26). Sum of RGB (Red+Green+Blue) = 27+104+26=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #1B681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B681A is #E497E5. Grayscale: #484848. Windows color (decimal): -14981094 or 1730587. OLE color: 1730587.

HSL color Cylindrical-coordinate representation of color #1B681A: hue angle of 119.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B681A is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB2710426-
CMYK0.7400.750.59
HSL119.23º60%25.49%-
HSV(B)119.23º75%40.78%-
XYZ5.5910.212.65-
YUV72.08101.9995.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=17.20%
G=66.24%
B=16.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27104260.7400.750.59119.236025.49
Hex1B681A4A04B3B773c19
Octal33150321120113731677431
Binary11011110100011010100101001001011111011111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,104,26); }

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

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

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

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

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

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

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