Html Css Color HEX #30776F Genoa

📋 copy color: '#30776F'

red 48 ◦ green 119 ◦ blue 111

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

Shades of Genoa #30776F

Tints of Genoa #30776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.81%

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

R = 17.27%
G = 42.81%
B = 39.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#30776F (or 0x30776F) is known color: Genoa. HEX triplet: 30, 77 and 6F. RGB value is (48,119,111). Sum of RGB (Red+Green+Blue) = 48+119+111=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #30776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30776F is #CF8890. Grayscale: #606060. Windows color (decimal): -13600913 or 7305008. OLE color: 7305008.

HSL color Cylindrical-coordinate representation of color #30776F: hue angle of 173.24º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30776F is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 111 -
CMYK 0.60 0 0.07 0.53
HSL 173.24º 0.43% 0.33% -
HSV(B) 173.24º 0.6% 0.47% -
XYZ 10.68 14.97 17.37 -
YUV 96.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 48 119 111 0.60 0 0.07 0.53 173.24 0.43 0.33
Hex 30 77 6F 3C 0 7 35 AD 2B 21
Octal 60 167 157 74 0 7 65 255 53 41
Binary 110000 1110111 1101111 111100 0 111 110101 10101101 101011 100001

Color Harmonies of #30776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30776F

Black with #30776F

Text Example


Text Example

White with #30776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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