Html Css Color HEX #30766F Genoa

📋 copy color: '#30766F'

red 48 ◦ green 118 ◦ blue 111

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

Shades of Genoa #30766F

Tints of Genoa #30766F

RGB

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

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

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

R = 17.33%
G = 42.6%
B = 40.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#30766F (or 0x30766F) is known color: Genoa. HEX triplet: 30, 76 and 6F. RGB value is (48,118,111). Sum of RGB (Red+Green+Blue) = 48+118+111=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #30766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30766F is #CF8990. Grayscale: #606060. Windows color (decimal): -13601169 or 7304752. OLE color: 7304752.

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

Color convert

RGB 48 118 111 -
CMYK 0.59 0 0.06 0.54
HSL 174º 0.42% 0.33% -
HSV(B) 174º 0.59% 0.46% -
XYZ 10.57 14.73 17.33 -
YUV 96.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 48 118 111 0.59 0 0.06 0.54 174 0.42 0.33
Hex 30 76 6F 3B 0 6 36 AE 2A 21
Octal 60 166 157 73 0 6 66 256 52 41
Binary 110000 1110110 1101111 111011 0 110 110110 10101110 101010 100001

Color Harmonies of #30766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30766F

Black with #30766F

Text Example


Text Example

White with #30766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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