#1B7629

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

Shades of San Felix #1B7629

Tints of San Felix #1B7629

Color information

#1B7629 (or 0x1B7629) is unknown color: approx San Felix. HEX triplet: 1B, 76 and 29. RGB value is (27,118,41). Sum of RGB (Red+Green+Blue) = 27+118+41=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7629 is #E489D6. Grayscale: #525252. Windows color (decimal): -14977495 or 2717211. OLE color: 2717211.

HSL color Cylindrical-coordinate representation of color #1B7629: hue angle of 129.23º degrees, saturation: 0.63, 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 #1B7629 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB2711841-
CMYK0.7700.650.54
HSL129.23º62.76%28.43%-
HSV(B)129.23º77.12%46.27%-
XYZ7.3313.354.29-
YUV82.01104.8588.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.52%
GREEN value IS 118 (46.48% from 255) = 63.44%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=14.52%
G=63.44%
B=22.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118410.7700.650.54129.2362.7628.43
Hex1B76294D04136813f1c
Octal33166511150101662017734
Binary1101111101101010011001101010000011101101000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,118,41); }

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

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

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

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

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

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

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