Html Css Color HEX #304639 English Holly

📋 copy color: '#304639'

red 48 ◦ green 70 ◦ blue 57

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

Shades of English Holly #304639

Tints of English Holly #304639

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

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 48 70 57 -
CMYK 0.31 0 0.19 0.73
HSL 144.55º 0.19% 0.23% -
HSV(B) 144.55º 0.31% 0.27% -
XYZ 4.15 5.3 4.68 -
YUV 61.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 48 70 57 0.31 0 0.19 0.73 144.55 0.19 0.23
Hex 30 46 39 1F 0 13 49 91 13 17
Octal 60 106 71 37 0 23 111 221 23 27
Binary 110000 1000110 111001 11111 0 10011 1001001 10010001 10011 10111

Color Harmonies of #304639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304639

Black with #304639

Text Example


Text Example

White with #304639

Text Example


Text Example

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