#27402F

Color #27402F Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #27402F

Tints of Holly #27402F

Color information

#27402F (or 0x27402F) is unknown color: approx Holly. HEX triplet: 27, 40 and 2F. RGB value is (39,64,47). Sum of RGB (Red+Green+Blue) = 39+64+47=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #27402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402F is #D8BFD0. Grayscale: #363636. Windows color (decimal): -14204881 or 3096615. OLE color: 3096615.

HSL color Cylindrical-coordinate representation of color #27402F: hue angle of 139.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27402F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB396447-
CMYK0.3900.270.75
HSL139.2º24.27%20.2%-
HSV(B)139.2º39.06%25.1%-
XYZ3.184.33.35-
YUV54.59123.72116.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=26%
G=42.67%
B=31.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964470.3900.270.75139.224.2720.2
Hex27402F2701B4B8b1814
Octal4710057470331132133024
Binary10011110000001011111001110110111001011100010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27402F; }

 p { color: rgb(39,64,47); }

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

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

 a { background-color: rgb(39,64,47); }

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

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

 span { border-color: rgb(39,64,47); }

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