#276926

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

Shades of San Felix #276926

Tints of San Felix #276926

Color information

#276926 (or 0x276926) is unknown color: approx San Felix. HEX triplet: 27, 69 and 26. RGB value is (39,105,38). Sum of RGB (Red+Green+Blue) = 39+105+38=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #276926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276926 is #D896D9. Grayscale: #4D4D4D. Windows color (decimal): -14194394 or 2517287. OLE color: 2517287.

HSL color Cylindrical-coordinate representation of color #276926: hue angle of 119.1º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276926 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB3910538-
CMYK0.6300.640.59
HSL119.1º46.85%28.04%-
HSV(B)119.1º63.81%41.18%-
XYZ6.2410.673.57-
YUV77.63105.63100.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=21.43%
G=57.69%
B=20.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105380.6300.640.59119.146.8528.04
Hex2769263F0403B772f1c
Octal4715146770100731675734
Binary100111110100110011011111101000000111011111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276926; }

 p { color: rgb(39,105,38); }

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

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

 a { background-color: rgb(39,105,38); }

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

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

 span { border-color: rgb(39,105,38); }

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