Html Css Color HEX #307059 Stromboli

📋 copy color: '#307059'

red 48 ◦ green 112 ◦ blue 89

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

Shades of Stromboli #307059

Tints of Stromboli #307059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 19.28%
G = 44.98%
B = 35.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#307059 (or 0x307059) is known color: Stromboli. HEX triplet: 30, 70 and 59. RGB value is (48,112,89). Sum of RGB (Red+Green+Blue) = 48+112+89=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #307059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307059 is #CF8FA6. Grayscale: #5A5A5A. Windows color (decimal): -13602727 or 5861424. OLE color: 5861424.

HSL color Cylindrical-coordinate representation of color #307059: hue angle of 158.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307059 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 89 -
CMYK 0.57 0 0.21 0.56
HSL 158.44º 0.4% 0.31% -
HSV(B) 158.44º 0.57% 0.44% -
XYZ 8.82 12.94 11.48 -
YUV 90.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 48 112 89 0.57 0 0.21 0.56 158.44 0.4 0.31
Hex 30 70 59 39 0 15 38 9E 28 1F
Octal 60 160 131 71 0 25 70 236 50 37
Binary 110000 1110000 1011001 111001 0 10101 111000 10011110 101000 11111

Color Harmonies of #307059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307059

Black with #307059

Text Example


Text Example

White with #307059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307059; }

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

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

background-color css

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

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

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

border-color css

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

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

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