Html Css Color HEX #306D70 Atoll

📋 copy color: '#306D70'

red 48 ◦ green 109 ◦ blue 112

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

Shades of Atoll #306D70

Tints of Atoll #306D70

RGB

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

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

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

R = 17.84%
G = 40.52%
B = 41.64%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306D70 (or 0x306D70) is known color: Atoll. HEX triplet: 30, 6D and 70. RGB value is (48,109,112). Sum of RGB (Red+Green+Blue) = 48+109+112=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #306D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D70 is #CF928F. Grayscale: #5B5B5B. Windows color (decimal): -13603472 or 7367984. OLE color: 7367984.

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

Color convert

RGB 48 109 112 -
CMYK 0.57 0.03 0 0.56
HSL 182.81º 0.4% 0.31% -
HSV(B) 182.81º 0.57% 0.44% -
XYZ 9.61 12.74 17.28 -
YUV 91.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 48 109 112 0.57 0.03 0 0.56 182.81 0.4 0.31
Hex 30 6D 70 39 3 0 38 B7 28 1F
Octal 60 155 160 71 3 0 70 267 50 37
Binary 110000 1101101 1110000 111001 11 0 111000 10110111 101000 11111

Color Harmonies of #306D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D70

Black with #306D70

Text Example


Text Example

White with #306D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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