#27712A

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

Shades of San Felix #27712A

Tints of San Felix #27712A

Color information

#27712A (or 0x27712A) is unknown color: approx San Felix. HEX triplet: 27, 71 and 2A. RGB value is (39,113,42). Sum of RGB (Red+Green+Blue) = 39+113+42=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #27712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27712A is #D88ED5. Grayscale: #525252. Windows color (decimal): -14192342 or 2781479. OLE color: 2781479.

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

Color convert

RGB3911342-
CMYK0.6500.630.56
HSL122.43º48.68%29.8%-
HSV(B)122.43º65.49%44.31%-
XYZ7.1612.414.21-
YUV82.78104.9896.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 113 (44.53% from 255) = 58.25%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=20.10%
G=58.25%
B=21.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39113420.6500.630.56122.4348.6829.8
Hex27712A4103F387a311e
Octal4716152101077701726136
Binary100111111000110101010000010111111111000111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27712A; }

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

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

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

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

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

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

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

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