Html Css Color HEX #30766C Genoa

📋 copy color: '#30766C'

red 48 ◦ green 118 ◦ blue 108

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

Shades of Genoa #30766C

Tints of Genoa #30766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.07%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 17.52%
G = 43.07%
B = 39.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#30766C (or 0x30766C) is known color: Genoa. HEX triplet: 30, 76 and 6C. RGB value is (48,118,108). Sum of RGB (Red+Green+Blue) = 48+118+108=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #30766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30766C is #CF8993. Grayscale: #5F5F5F. Windows color (decimal): -13601172 or 7108144. OLE color: 7108144.

HSL color Cylindrical-coordinate representation of color #30766C: hue angle of 171.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30766C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 108 -
CMYK 0.59 0 0.08 0.54
HSL 171.43º 0.42% 0.33% -
HSV(B) 171.43º 0.59% 0.46% -
XYZ 10.4 14.67 16.47 -
YUV 95.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 48 118 108 0.59 0 0.08 0.54 171.43 0.42 0.33
Hex 30 76 6C 3B 0 8 36 AB 2A 21
Octal 60 166 154 73 0 10 66 253 52 41
Binary 110000 1110110 1101100 111011 0 1000 110110 10101011 101010 100001

Color Harmonies of #30766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30766C

Black with #30766C

Text Example


Text Example

White with #30766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30766C; }

 p { color: rgb(48,118,108); }

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

background-color css

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

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

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

border-color css

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

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

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