Html Css Color HEX #306F56 Stromboli

📋 copy color: '#306F56'

red 48 ◦ green 111 ◦ blue 86

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

Shades of Stromboli #306F56

Tints of Stromboli #306F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 19.59%
G = 45.31%
B = 35.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#306F56 (or 0x306F56) is known color: Stromboli. HEX triplet: 30, 6F and 56. RGB value is (48,111,86). Sum of RGB (Red+Green+Blue) = 48+111+86=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #306F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F56 is #CF90A9. Grayscale: #595959. Windows color (decimal): -13602986 or 5664560. OLE color: 5664560.

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

Color convert

RGB 48 111 86 -
CMYK 0.57 0 0.23 0.56
HSL 156.19º 0.4% 0.31% -
HSV(B) 156.19º 0.57% 0.44% -
XYZ 8.58 12.67 10.8 -
YUV 89.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 48 111 86 0.57 0 0.23 0.56 156.19 0.4 0.31
Hex 30 6F 56 39 0 17 38 9C 28 1F
Octal 60 157 126 71 0 27 70 234 50 37
Binary 110000 1101111 1010110 111001 0 10111 111000 10011100 101000 11111

Color Harmonies of #306F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F56

Black with #306F56

Text Example


Text Example

White with #306F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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