#1B6C22

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

Shades of San Felix #1B6C22

Tints of San Felix #1B6C22

Color information

#1B6C22 (or 0x1B6C22) is unknown color: approx San Felix. HEX triplet: 1B, 6C and 22. RGB value is (27,108,34). Sum of RGB (Red+Green+Blue) = 27+108+34=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 108 (42.58% from 255 or 63.91% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6C22 is #E493DD. Grayscale: #4B4B4B. Windows color (decimal): -14980062 or 2255899. OLE color: 2255899.

HSL color Cylindrical-coordinate representation of color #1B6C22: hue angle of 125.19º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6C22 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB2710834-
CMYK0.7500.690.58
HSL125.19º60%26.47%-
HSV(B)125.19º75%42.35%-
XYZ6.111.073.33-
YUV75.34104.6693.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 108 (42.58% from 255) = 63.91%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=15.98%
G=63.91%
B=20.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27108340.7500.690.58125.196026.47
Hex1B6C224B0453A7d3c1a
Octal33154421130105721757432
Binary110111101100100010100101101000101111010111110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,108,34); }

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

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

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

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

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

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

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