Html Css Color HEX #306D73 Atoll

📋 copy color: '#306D73'

red 48 ◦ green 109 ◦ blue 115

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

Shades of Atoll #306D73

Tints of Atoll #306D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 17.65%
G = 40.07%
B = 42.28%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306D73 (or 0x306D73) is known color: Atoll. HEX triplet: 30, 6D and 73. RGB value is (48,109,115). Sum of RGB (Red+Green+Blue) = 48+109+115=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #306D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D73 is #CF928C. Grayscale: #5B5B5B. Windows color (decimal): -13603469 or 7564592. OLE color: 7564592.

HSL color Cylindrical-coordinate representation of color #306D73: hue angle of 185.37º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306D73 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 109 115 -
CMYK 0.58 0.05 0 0.55
HSL 185.37º 0.41% 0.32% -
HSV(B) 185.37º 0.58% 0.45% -
XYZ 9.78 12.8 18.18 -
YUV 91.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 48 109 115 0.58 0.05 0 0.55 185.37 0.41 0.32
Hex 30 6D 73 3A 5 0 37 B9 29 20
Octal 60 155 163 72 5 0 67 271 51 40
Binary 110000 1101101 1110011 111010 101 0 110111 10111001 101001 100000

Color Harmonies of #306D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D73

Black with #306D73

Text Example


Text Example

White with #306D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,115); }

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

background-color css

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

 a { background-color: rgb(48,109,115); }

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

border-color css

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

 span { border-color: rgb(48,109,115); }

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