Html Css Color HEX #304238 English Holly

📋 copy color: '#304238'

red 48 ◦ green 66 ◦ blue 56

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

Shades of English Holly #304238

Tints of English Holly #304238

RGB

 RED value IS 48 (19.14% from 255) = 28.24%

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 28.24%
G = 38.82%
B = 32.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#304238 (or 0x304238) is known color: English Holly. HEX triplet: 30, 42 and 38. RGB value is (48,66,56). Sum of RGB (Red+Green+Blue) = 48+66+56=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #304238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304238 is #CFBDC7. Grayscale: #3B3B3B. Windows color (decimal): -13614536 or 3686960. OLE color: 3686960.

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

Color convert

RGB 48 66 56 -
CMYK 0.27 0 0.15 0.74
HSL 146.67º 0.16% 0.22% -
HSV(B) 146.67º 0.27% 0.26% -
XYZ 3.88 4.81 4.47 -
YUV 59.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 48 66 56 0.27 0 0.15 0.74 146.67 0.16 0.22
Hex 30 42 38 1B 0 F 4A 93 10 16
Octal 60 102 70 33 0 17 112 223 20 26
Binary 110000 1000010 111000 11011 0 1111 1001010 10010011 10000 10110

Color Harmonies of #304238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304238

Black with #304238

Text Example


Text Example

White with #304238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304238; }

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

 H1.HeaderClassName
 {
   color: #304238;
 }
 .AnyTagClassName
 {
   color: #304238;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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