#276025

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

Shades of San Felix #276025

Tints of San Felix #276025

Color information

#276025 (or 0x276025) is unknown color: approx San Felix. HEX triplet: 27, 60 and 25. RGB value is (39,96,37). Sum of RGB (Red+Green+Blue) = 39+96+37=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #276025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276025 is #D89FDA. Grayscale: #484848. Windows color (decimal): -14196699 or 2449447. OLE color: 2449447.

HSL color Cylindrical-coordinate representation of color #276025: hue angle of 117.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276025 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB399637-
CMYK0.5900.610.62
HSL117.97º44.36%26.08%-
HSV(B)117.97º61.46%37.65%-
XYZ5.358.933.19-
YUV72.23108.12104.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=22.67%
G=55.81%
B=21.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996370.5900.610.62117.9744.3626.08
Hex2760253B03D3E762c1a
Octal471404573075761665432
Binary10011111000001001011110110111101111110111011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276025; }

 p { color: rgb(39,96,37); }

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

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

 a { background-color: rgb(39,96,37); }

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

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

 span { border-color: rgb(39,96,37); }

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