Html Css Color HEX #304539 English Holly

📋 copy color: '#304539'

red 48 ◦ green 69 ◦ blue 57

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

Shades of English Holly #304539

Tints of English Holly #304539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 27.59%
G = 39.66%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#304539 (or 0x304539) is known color: English Holly. HEX triplet: 30, 45 and 39. RGB value is (48,69,57). Sum of RGB (Red+Green+Blue) = 48+69+57=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #304539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304539 is #CFBAC6. Grayscale: #3D3D3D. Windows color (decimal): -13613767 or 3753264. OLE color: 3753264.

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

Color convert

RGB 48 69 57 -
CMYK 0.30 0 0.17 0.73
HSL 145.71º 0.18% 0.23% -
HSV(B) 145.71º 0.3% 0.27% -
XYZ 4.09 5.18 4.66 -
YUV 61.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 48 69 57 0.30 0 0.17 0.73 145.71 0.18 0.23
Hex 30 45 39 1E 0 11 49 92 12 17
Octal 60 105 71 36 0 21 111 222 22 27
Binary 110000 1000101 111001 11110 0 10001 1001001 10010010 10010 10111

Color Harmonies of #304539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304539

Black with #304539

Text Example


Text Example

White with #304539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304539; }

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

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

background-color css

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

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

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

border-color css

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

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

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