#304338

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

Shades of English Holly #304338

Tints of English Holly #304338

Color information

#304338 (or 0x304338) is unknown color: approx English Holly. HEX triplet: 30, 43 and 38. RGB value is (48,67,56). Sum of RGB (Red+Green+Blue) = 48+67+56=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #304338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304338 is #CFBCC7. Grayscale: #3C3C3C. Windows color (decimal): -13614280 or 3687216. OLE color: 3687216.

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

Color convert

RGB486756-
CMYK0.2800.160.74
HSL145.26º16.52%22.55%-
HSV(B)145.26º28.36%26.27%-
XYZ3.944.934.48-
YUV60.06125.71119.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=28.07%
G=39.18%
B=32.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867560.2800.160.74145.2616.5222.55
Hex3043381C0104A911117
Octal6010370340201122212127
Binary1100001000011111000111000100001001010100100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304338; }

 p { color: rgb(48,67,56); }

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

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

 a { background-color: rgb(48,67,56); }

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

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

 span { border-color: rgb(48,67,56); }

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