#304639

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

Shades of English Holly #304639

Tints of English Holly #304639

Color information

#304639 (or 0x304639) is unknown color: approx English Holly. HEX triplet: 30, 46 and 39. RGB value is (48,70,57). Sum of RGB (Red+Green+Blue) = 48+70+57=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #304639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304639 is #CFB9C6. Grayscale: #3D3D3D. Windows color (decimal): -13613511 or 3753520. OLE color: 3753520.

HSL color Cylindrical-coordinate representation of color #304639: hue angle of 144.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304639 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB487057-
CMYK0.3100.190.73
HSL144.55º18.64%23.14%-
HSV(B)144.55º31.43%27.45%-
XYZ4.155.34.68-
YUV61.94125.21118.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 57 (22.66% from 255) = 32.57%
R=27.43%
G=40%
B=32.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870570.3100.190.73144.5518.6423.14
Hex3046391F01349911317
Octal6010671370231112212327
Binary1100001000110111001111110100111001001100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304639; }

 p { color: rgb(48,70,57); }

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

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

 a { background-color: rgb(48,70,57); }

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

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

 span { border-color: rgb(48,70,57); }

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