Html Css Color HEX #306F55 Stromboli

📋 copy color: '#306F55'

red 48 ◦ green 111 ◦ blue 85

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

Shades of Stromboli #306F55

Tints of Stromboli #306F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 19.67%
G = 45.49%
B = 34.84%

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

#306F55 (or 0x306F55) is known color: Stromboli. HEX triplet: 30, 6F and 55. RGB value is (48,111,85). Sum of RGB (Red+Green+Blue) = 48+111+85=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #306F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F55 is #CF90AA. Grayscale: #595959. Windows color (decimal): -13602987 or 5599024. OLE color: 5599024.

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

Color convert

RGB 48 111 85 -
CMYK 0.57 0 0.23 0.56
HSL 155.24º 0.4% 0.31% -
HSV(B) 155.24º 0.57% 0.44% -
XYZ 8.54 12.65 10.59 -
YUV 89.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 48 111 85 0.57 0 0.23 0.56 155.24 0.4 0.31
Hex 30 6F 55 39 0 17 38 9B 28 1F
Octal 60 157 125 71 0 27 70 233 50 37
Binary 110000 1101111 1010101 111001 0 10111 111000 10011011 101000 11111

Color Harmonies of #306F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F55

Black with #306F55

Text Example


Text Example

White with #306F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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