Html Css Color HEX #307272 Atoll

📋 copy color: '#307272'

red 48 ◦ green 114 ◦ blue 114

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

Shades of Atoll #307272

Tints of Atoll #307272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 17.39%
G = 41.3%
B = 41.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#307272 (or 0x307272) is known color: Atoll. HEX triplet: 30, 72 and 72. RGB value is (48,114,114). Sum of RGB (Red+Green+Blue) = 48+114+114=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #307272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307272 is #CF8D8D. Grayscale: #5E5E5E. Windows color (decimal): -13602190 or 7500336. OLE color: 7500336.

HSL color Cylindrical-coordinate representation of color #307272: hue angle of 180º 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 #307272 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 114 -
CMYK 0.58 0 0 0.55
HSL 180º 0.41% 0.32% -
HSV(B) 180º 0.58% 0.45% -
XYZ 10.27 13.88 18.06 -
YUV 94.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 48 114 114 0.58 0 0 0.55 180 0.41 0.32
Hex 30 72 72 3A 0 0 37 B4 29 20
Octal 60 162 162 72 0 0 67 264 51 40
Binary 110000 1110010 1110010 111010 0 0 110111 10110100 101001 100000

Color Harmonies of #307272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307272

Black with #307272

Text Example


Text Example

White with #307272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307272; }

 p { color: rgb(48,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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