#277032

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

Shades of San Felix #277032

Tints of San Felix #277032

Color information

#277032 (or 0x277032) is unknown color: approx San Felix. HEX triplet: 27, 70 and 32. RGB value is (39,112,50). Sum of RGB (Red+Green+Blue) = 39+112+50=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #277032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277032 is #D88FCD. Grayscale: #535353. Windows color (decimal): -14192590 or 3305511. OLE color: 3305511.

HSL color Cylindrical-coordinate representation of color #277032: hue angle of 129.04º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277032 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB3911250-
CMYK0.6500.550.56
HSL129.04º48.34%29.61%-
HSV(B)129.04º65.18%43.92%-
XYZ7.2112.255-
YUV83.1109.3296.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=19.40%
G=55.72%
B=24.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112500.6500.550.56129.0448.3429.61
Hex277032410373881301e
Octal4716062101067702016036
Binary1001111110000110010100000101101111110001000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277032; }

 p { color: rgb(39,112,50); }

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

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

 a { background-color: rgb(39,112,50); }

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

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

 span { border-color: rgb(39,112,50); }

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