Html Css Color HEX #304338 English Holly

📋 copy color: '#304338'

red 48 ◦ green 67 ◦ blue 56

#304338
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #304338

Tints of English Holly #304338

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 value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#304338 (or 0x304338) is known color: 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

RGB 48 67 56 -
CMYK 0.28 0 0.16 0.74
HSL 145.26º 0.17% 0.23% -
HSV(B) 145.26º 0.28% 0.26% -
XYZ 3.94 4.93 4.48 -
YUV 60.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 48 67 56 0.28 0 0.16 0.74 145.26 0.17 0.23
Hex 30 43 38 1C 0 10 4A 91 11 17
Octal 60 103 70 34 0 20 112 221 21 27
Binary 110000 1000011 111000 11100 0 10000 1001010 10010001 10001 10111

Color Harmonies of #304338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304338

Black with #304338

Text Example


Text Example

White with #304338

Text Example


Text Example

HTML Codes & Css Web 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>