#304137

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

Shades of English Holly #304137

Tints of English Holly #304137

Color information

#304137 (or 0x304137) is unknown color: approx English Holly. HEX triplet: 30, 41 and 37. RGB value is (48,65,55). Sum of RGB (Red+Green+Blue) = 48+65+55=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #304137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304137 is #CFBEC8. Grayscale: #3A3A3A. Windows color (decimal): -13614793 or 3621168. OLE color: 3621168.

HSL color Cylindrical-coordinate representation of color #304137: hue angle of 144.71º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304137 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB486555-
CMYK0.2600.150.75
HSL144.71º15.04%22.16%-
HSV(B)144.71º26.15%25.49%-
XYZ3.84.684.32-
YUV58.78125.87120.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=28.57%
G=38.69%
B=32.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865550.2600.150.75144.7115.0422.16
Hex3041371A0F4B91f16
Octal6010167320171132211726
Binary11000010000011101111101001111100101110010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304137; }

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

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

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

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

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

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

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

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