#27742B

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

Shades of San Felix #27742B

Tints of San Felix #27742B

Color information

#27742B (or 0x27742B) is unknown color: approx San Felix. HEX triplet: 27, 74 and 2B. RGB value is (39,116,43). Sum of RGB (Red+Green+Blue) = 39+116+43=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #27742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27742B is #D88BD4. Grayscale: #545454. Windows color (decimal): -14191573 or 2847783. OLE color: 2847783.

HSL color Cylindrical-coordinate representation of color #27742B: hue angle of 123.12º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27742B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB3911643-
CMYK0.6600.630.55
HSL123.12º49.68%30.39%-
HSV(B)123.12º66.38%45.49%-
XYZ7.5213.14.42-
YUV84.66104.4995.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=19.70%
G=58.59%
B=21.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39116430.6600.630.55123.1249.6830.39
Hex27742B4203F377b321e
Octal4716453102077671736236
Binary100111111010010101110000100111111110111111101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27742B; }

 p { color: rgb(39,116,43); }

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

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

 a { background-color: rgb(39,116,43); }

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

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

 span { border-color: rgb(39,116,43); }

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