#277128

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

Shades of San Felix #277128

Tints of San Felix #277128

Color information

#277128 (or 0x277128) is unknown color: approx San Felix. HEX triplet: 27, 71 and 28. RGB value is (39,113,40). Sum of RGB (Red+Green+Blue) = 39+113+40=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #277128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277128 is #D88ED7. Grayscale: #525252. Windows color (decimal): -14192344 or 2650407. OLE color: 2650407.

HSL color Cylindrical-coordinate representation of color #277128: hue angle of 120.81º degrees, saturation: 0.49, 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 #277128 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB3911340-
CMYK0.6500.650.56
HSL120.81º48.68%29.8%-
HSV(B)120.81º65.49%44.31%-
XYZ7.1212.394.02-
YUV82.55103.9896.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=20.31%
G=58.85%
B=20.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39113400.6500.650.56120.8148.6829.8
Hex277128410413879311e
Octal47161501010101701716136
Binary1001111110001101000100000101000001111000111100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277128; }

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

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

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

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

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

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

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

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