Html Css Color HEX #30766A Genoa

📋 copy color: '#30766A'

red 48 ◦ green 118 ◦ blue 106

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

Shades of Genoa #30766A

Tints of Genoa #30766A

RGB

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

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

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

R = 17.65%
G = 43.38%
B = 38.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#30766A (or 0x30766A) is known color: Genoa. HEX triplet: 30, 76 and 6A. RGB value is (48,118,106). Sum of RGB (Red+Green+Blue) = 48+118+106=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #30766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30766A is #CF8995. Grayscale: #5F5F5F. Windows color (decimal): -13601174 or 6977072. OLE color: 6977072.

HSL color Cylindrical-coordinate representation of color #30766A: hue angle of 169.71º 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 #30766A is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 106 -
CMYK 0.59 0 0.10 0.54
HSL 169.71º 0.42% 0.33% -
HSV(B) 169.71º 0.59% 0.46% -
XYZ 10.3 14.63 15.92 -
YUV 95.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 48 118 106 0.59 0 0.10 0.54 169.71 0.42 0.33
Hex 30 76 6A 3B 0 A 36 AA 2A 21
Octal 60 166 152 73 0 12 66 252 52 41
Binary 110000 1110110 1101010 111011 0 1010 110110 10101010 101010 100001

Color Harmonies of #30766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30766A

Black with #30766A

Text Example


Text Example

White with #30766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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