#276C2D

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

Shades of San Felix #276C2D

Tints of San Felix #276C2D

Color information

#276C2D (or 0x276C2D) is unknown color: approx San Felix. HEX triplet: 27, 6C and 2D. RGB value is (39,108,45). Sum of RGB (Red+Green+Blue) = 39+108+45=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #276C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C2D is #D893D2. Grayscale: #505050. Windows color (decimal): -14193619 or 2976807. OLE color: 2976807.

HSL color Cylindrical-coordinate representation of color #276C2D: hue angle of 125.22º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C2D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB3910845-
CMYK0.6400.580.58
HSL125.22º46.94%28.82%-
HSV(B)125.22º63.89%42.35%-
XYZ6.6711.354.32-
YUV80.19108.1498.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=20.31%
G=56.25%
B=23.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39108450.6400.580.58125.2246.9428.82
Hex276C2D4003A3A7d2f1d
Octal4715455100072721755735
Binary100111110110010110110000000111010111010111110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276C2D; }

 p { color: rgb(39,108,45); }

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

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

 a { background-color: rgb(39,108,45); }

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

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

 span { border-color: rgb(39,108,45); }

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