#276628

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

Shades of San Felix #276628

Tints of San Felix #276628

Color information

#276628 (or 0x276628) is unknown color: approx San Felix. HEX triplet: 27, 66 and 28. RGB value is (39,102,40). Sum of RGB (Red+Green+Blue) = 39+102+40=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #276628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276628 is #D899D7. Grayscale: #4C4C4C. Windows color (decimal): -14195160 or 2647591. OLE color: 2647591.

HSL color Cylindrical-coordinate representation of color #276628: hue angle of 120.95º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276628 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB3910240-
CMYK0.6200.610.6
HSL120.95º44.68%27.65%-
HSV(B)120.95º61.76%40%-
XYZ5.9710.093.64-
YUV76.1107.63101.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=21.55%
G=56.35%
B=22.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102400.6200.610.6120.9544.6827.65
Hex2766283E03D3C792d1c
Octal471465076075741715534
Binary10011111001101010001111100111101111100111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276628; }

 p { color: rgb(39,102,40); }

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

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

 a { background-color: rgb(39,102,40); }

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

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

 span { border-color: rgb(39,102,40); }

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