Html Css Color HEX #307170 Atoll

📋 copy color: '#307170'

red 48 ◦ green 113 ◦ blue 112

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

Shades of Atoll #307170

Tints of Atoll #307170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 17.58%
G = 41.39%
B = 41.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#307170 (or 0x307170) is known color: Atoll. HEX triplet: 30, 71 and 70. RGB value is (48,113,112). Sum of RGB (Red+Green+Blue) = 48+113+112=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #307170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307170 is #CF8E8F. Grayscale: #5D5D5D. Windows color (decimal): -13602448 or 7369008. OLE color: 7369008.

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

Color convert

RGB 48 113 112 -
CMYK 0.58 0 0.01 0.56
HSL 179.08º 0.4% 0.32% -
HSV(B) 179.08º 0.58% 0.44% -
XYZ 10.05 13.61 17.43 -
YUV 93.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 48 113 112 0.58 0 0.01 0.56 179.08 0.4 0.32
Hex 30 71 70 3A 0 1 38 B3 28 20
Octal 60 161 160 72 0 1 70 263 50 40
Binary 110000 1110001 1110000 111010 0 1 111000 10110011 101000 100000

Color Harmonies of #307170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307170

Black with #307170

Text Example


Text Example

White with #307170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307170; }

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

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

background-color css

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

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

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

border-color css

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

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

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