Html Css Color HEX #305946 Spectra

📋 copy color: '#305946'

red 48 ◦ green 89 ◦ blue 70

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

Shades of Spectra #305946

Tints of Spectra #305946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 23.19%
G = 43%
B = 33.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#305946 (or 0x305946) is known color: Spectra. HEX triplet: 30, 59 and 46. RGB value is (48,89,70). Sum of RGB (Red+Green+Blue) = 48+89+70=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #305946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305946 is #CFA6B9. Grayscale: #4A4A4A. Windows color (decimal): -13608634 or 4610352. OLE color: 4610352.

HSL color Cylindrical-coordinate representation of color #305946: hue angle of 152.2º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305946 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 70 -
CMYK 0.46 0 0.21 0.65
HSL 152.2º 0.3% 0.27% -
HSV(B) 152.2º 0.46% 0.35% -
XYZ 5.9 8.22 7.07 -
YUV 74.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 48 89 70 0.46 0 0.21 0.65 152.2 0.3 0.27
Hex 30 59 46 2E 0 15 41 98 1E 1B
Octal 60 131 106 56 0 25 101 230 36 33
Binary 110000 1011001 1000110 101110 0 10101 1000001 10011000 11110 11011

Color Harmonies of #305946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305946

Black with #305946

Text Example


Text Example

White with #305946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305946; }

 p { color: rgb(48,89,70); }

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

background-color css

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

 a { background-color: rgb(48,89,70); }

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

border-color css

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

 span { border-color: rgb(48,89,70); }

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