Html Css Color HEX #30716F Genoa

📋 copy color: '#30716F'

red 48 ◦ green 113 ◦ blue 111

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

Shades of Genoa #30716F

Tints of Genoa #30716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 17.65%
G = 41.54%
B = 40.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#30716F (or 0x30716F) is known color: Genoa. HEX triplet: 30, 71 and 6F. RGB value is (48,113,111). Sum of RGB (Red+Green+Blue) = 48+113+111=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #30716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716F is #CF8E90. Grayscale: #5D5D5D. Windows color (decimal): -13602449 or 7303472. OLE color: 7303472.

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

Color convert

RGB 48 113 111 -
CMYK 0.58 0 0.02 0.56
HSL 178.15º 0.4% 0.32% -
HSV(B) 178.15º 0.58% 0.44% -
XYZ 9.99 13.59 17.13 -
YUV 93.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 48 113 111 0.58 0 0.02 0.56 178.15 0.4 0.32
Hex 30 71 6F 3A 0 2 38 B2 28 20
Octal 60 161 157 72 0 2 70 262 50 40
Binary 110000 1110001 1101111 111010 0 10 111000 10110010 101000 100000

Color Harmonies of #30716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30716F

Black with #30716F

Text Example


Text Example

White with #30716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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