Html Css Color HEX #30766B Genoa

📋 copy color: '#30766B'

red 48 ◦ green 118 ◦ blue 107

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

Shades of Genoa #30766B

Tints of Genoa #30766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 17.58%
G = 43.22%
B = 39.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#30766B (or 0x30766B) is known color: Genoa. HEX triplet: 30, 76 and 6B. RGB value is (48,118,107). Sum of RGB (Red+Green+Blue) = 48+118+107=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #30766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30766B is #CF8994. Grayscale: #5F5F5F. Windows color (decimal): -13601173 or 7042608. OLE color: 7042608.

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

Color convert

RGB 48 118 107 -
CMYK 0.59 0 0.09 0.54
HSL 170.57º 0.42% 0.33% -
HSV(B) 170.57º 0.59% 0.46% -
XYZ 10.35 14.65 16.19 -
YUV 95.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 48 118 107 0.59 0 0.09 0.54 170.57 0.42 0.33
Hex 30 76 6B 3B 0 9 36 AB 2A 21
Octal 60 166 153 73 0 11 66 253 52 41
Binary 110000 1110110 1101011 111011 0 1001 110110 10101011 101010 100001

Color Harmonies of #30766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30766B

Black with #30766B

Text Example


Text Example

White with #30766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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