Html Css Color HEX #30726A Genoa

📋 copy color: '#30726A'

red 48 ◦ green 114 ◦ blue 106

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

Shades of Genoa #30726A

Tints of Genoa #30726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 17.91%
G = 42.54%
B = 39.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#30726A (or 0x30726A) is known color: Genoa. HEX triplet: 30, 72 and 6A. RGB value is (48,114,106). Sum of RGB (Red+Green+Blue) = 48+114+106=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #30726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30726A is #CF8D95. Grayscale: #5D5D5D. Windows color (decimal): -13602198 or 6976048. OLE color: 6976048.

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

Color convert

RGB 48 114 106 -
CMYK 0.58 0 0.07 0.55
HSL 172.73º 0.41% 0.32% -
HSV(B) 172.73º 0.58% 0.45% -
XYZ 9.84 13.7 15.76 -
YUV 93.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 48 114 106 0.58 0 0.07 0.55 172.73 0.41 0.32
Hex 30 72 6A 3A 0 7 37 AD 29 20
Octal 60 162 152 72 0 7 67 255 51 40
Binary 110000 1110010 1101010 111010 0 111 110111 10101101 101001 100000

Color Harmonies of #30726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30726A

Black with #30726A

Text Example


Text Example

White with #30726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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