Html Css Color HEX #30716E Genoa

📋 copy color: '#30716E'

red 48 ◦ green 113 ◦ blue 110

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

Shades of Genoa #30716E

Tints of Genoa #30716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 17.71%
G = 41.7%
B = 40.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#30716E (or 0x30716E) is known color: Genoa. HEX triplet: 30, 71 and 6E. RGB value is (48,113,110). Sum of RGB (Red+Green+Blue) = 48+113+110=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #30716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716E is #CF8E91. Grayscale: #5D5D5D. Windows color (decimal): -13602450 or 7237936. OLE color: 7237936.

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

Color convert

RGB 48 113 110 -
CMYK 0.58 0 0.03 0.56
HSL 177.23º 0.4% 0.32% -
HSV(B) 177.23º 0.58% 0.44% -
XYZ 9.94 13.56 16.85 -
YUV 93.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 48 113 110 0.58 0 0.03 0.56 177.23 0.4 0.32
Hex 30 71 6E 3A 0 3 38 B1 28 20
Octal 60 161 156 72 0 3 70 261 50 40
Binary 110000 1110001 1101110 111010 0 11 111000 10110001 101000 100000

Color Harmonies of #30716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30716E

Black with #30716E

Text Example


Text Example

White with #30716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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