#303F36

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

Shades of English Holly #303F36

Tints of English Holly #303F36

Color information

#303F36 (or 0x303F36) is unknown color: approx English Holly. HEX triplet: 30, 3F and 36. RGB value is (48,63,54). Sum of RGB (Red+Green+Blue) = 48+63+54=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #303F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F36 is #CFC0C9. Grayscale: #393939. Windows color (decimal): -13615306 or 3555120. OLE color: 3555120.

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

Color convert

RGB486354-
CMYK0.2400.140.75
HSL144º13.51%21.76%-
HSV(B)144º23.81%24.71%-
XYZ3.664.454.16-
YUV57.49126.03121.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=29.09%
G=38.18%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863540.2400.140.7514413.5121.76
Hex303F36180E4B90e16
Octal607766300161132201626
Binary1100001111111101101100001110100101110010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F36; }

 p { color: rgb(48,63,54); }

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

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

 a { background-color: rgb(48,63,54); }

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

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

 span { border-color: rgb(48,63,54); }

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