#304237

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

Shades of English Holly #304237

Tints of English Holly #304237

Color information

#304237 (or 0x304237) is unknown color: approx English Holly. HEX triplet: 30, 42 and 37. RGB value is (48,66,55). Sum of RGB (Red+Green+Blue) = 48+66+55=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #304237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304237 is #CFBDC8. Grayscale: #3B3B3B. Windows color (decimal): -13614537 or 3621424. OLE color: 3621424.

HSL color Cylindrical-coordinate representation of color #304237: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304237 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB486655-
CMYK0.2700.170.74
HSL143.33º15.79%22.35%-
HSV(B)143.33º27.27%25.88%-
XYZ3.864.84.34-
YUV59.36125.54119.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=28.40%
G=39.05%
B=32.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866550.2700.170.74143.3315.7922.35
Hex3042371B0114A8f1016
Octal6010267330211122172026
Binary1100001000010110111110110100011001010100011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304237; }

 p { color: rgb(48,66,55); }

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

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

 a { background-color: rgb(48,66,55); }

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

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

 span { border-color: rgb(48,66,55); }

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