#1B7527

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

Shades of San Felix #1B7527

Tints of San Felix #1B7527

Color information

#1B7527 (or 0x1B7527) is unknown color: approx San Felix. HEX triplet: 1B, 75 and 27. RGB value is (27,117,39). Sum of RGB (Red+Green+Blue) = 27+117+39=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7527 is #E48AD8. Grayscale: #515151. Windows color (decimal): -14977753 or 2585883. OLE color: 2585883.

HSL color Cylindrical-coordinate representation of color #1B7527: hue angle of 128º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7527 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB2711739-
CMYK0.7700.670.54
HSL128º62.5%28.24%-
HSV(B)128º76.92%45.88%-
XYZ7.1813.14.07-
YUV81.2104.1889.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 117 (46.09% from 255) = 63.93%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=14.75%
G=63.93%
B=21.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27117390.7700.670.5412862.528.24
Hex1B75274D04336803e1c
Octal33165471150103662007634
Binary1101111101011001111001101010000111101101000000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,39); }

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

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

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

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

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

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

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