#1B621C

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

Shades of San Felix #1B621C

Tints of San Felix #1B621C

Color information

#1B621C (or 0x1B621C) is unknown color: approx San Felix. HEX triplet: 1B, 62 and 1C. RGB value is (27,98,28). Sum of RGB (Red+Green+Blue) = 27+98+28=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #1B621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B621C is #E49DE3. Grayscale: #454545. Windows color (decimal): -14982628 or 1860123. OLE color: 1860123.

HSL color Cylindrical-coordinate representation of color #1B621C: hue angle of 120.85º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B621C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB279828-
CMYK0.7200.710.62
HSL120.85º56.8%24.51%-
HSV(B)120.85º72.45%38.43%-
XYZ5.039.052.58-
YUV68.79104.9898.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.65%
GREEN value IS 98 (38.67% from 255) = 64.05%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=17.65%
G=64.05%
B=18.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798280.7200.710.62120.8556.824.51
Hex1B621C480473E793919
Octal33142341100107761717131
Binary11011110001011100100100001000111111110111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,28); }

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

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

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

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

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

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

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