Html Css Color HEX #306F58 Stromboli

📋 copy color: '#306F58'

red 48 ◦ green 111 ◦ blue 88

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

Shades of Stromboli #306F58

Tints of Stromboli #306F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 19.43%
G = 44.94%
B = 35.63%

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

#306F58 (or 0x306F58) is known color: Stromboli. HEX triplet: 30, 6F and 58. RGB value is (48,111,88). Sum of RGB (Red+Green+Blue) = 48+111+88=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #306F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F58 is #CF90A7. Grayscale: #595959. Windows color (decimal): -13602984 or 5795632. OLE color: 5795632.

HSL color Cylindrical-coordinate representation of color #306F58: hue angle of 158.1º 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 #306F58 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 88 -
CMYK 0.57 0 0.21 0.56
HSL 158.1º 0.4% 0.31% -
HSV(B) 158.1º 0.57% 0.44% -
XYZ 8.66 12.7 11.23 -
YUV 89.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 48 111 88 0.57 0 0.21 0.56 158.1 0.4 0.31
Hex 30 6F 58 39 0 15 38 9E 28 1F
Octal 60 157 130 71 0 25 70 236 50 37
Binary 110000 1101111 1011000 111001 0 10101 111000 10011110 101000 11111

Color Harmonies of #306F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F58

Black with #306F58

Text Example


Text Example

White with #306F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F58; }

 p { color: rgb(48,111,88); }

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

background-color css

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

 a { background-color: rgb(48,111,88); }

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

border-color css

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

 span { border-color: rgb(48,111,88); }

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