#274031

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

Shades of English Holly #274031

Tints of English Holly #274031

Color information

#274031 (or 0x274031) is unknown color: approx English Holly. HEX triplet: 27, 40 and 31. RGB value is (39,64,49). Sum of RGB (Red+Green+Blue) = 39+64+49=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #274031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274031 is #D8BFCE. Grayscale: #363636. Windows color (decimal): -14204879 or 3227687. OLE color: 3227687.

HSL color Cylindrical-coordinate representation of color #274031: hue angle of 144º 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 #274031 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB396449-
CMYK0.3900.230.75
HSL144º24.27%20.2%-
HSV(B)144º39.06%25.1%-
XYZ3.224.323.57-
YUV54.82124.72116.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=25.66%
G=42.11%
B=32.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964490.3900.230.7514424.2720.2
Hex274031270174B901814
Octal4710061470271132203024
Binary10011110000001100011001110101111001011100100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274031; }

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

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

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

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

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

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

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

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