Html Css Color HEX #30796D Genoa

📋 copy color: '#30796D'

red 48 ◦ green 121 ◦ blue 109

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

Shades of Genoa #30796D

Tints of Genoa #30796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 17.27%
G = 43.53%
B = 39.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#30796D (or 0x30796D) is known color: Genoa. HEX triplet: 30, 79 and 6D. RGB value is (48,121,109). Sum of RGB (Red+Green+Blue) = 48+121+109=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #30796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30796D is #CF8692. Grayscale: #616161. Windows color (decimal): -13600403 or 7174448. OLE color: 7174448.

HSL color Cylindrical-coordinate representation of color #30796D: hue angle of 170.14º 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 #30796D is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 109 -
CMYK 0.60 0 0.10 0.53
HSL 170.14º 0.43% 0.33% -
HSV(B) 170.14º 0.6% 0.47% -
XYZ 10.82 15.41 16.87 -
YUV 97.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 48 121 109 0.60 0 0.10 0.53 170.14 0.43 0.33
Hex 30 79 6D 3C 0 A 35 AA 2B 21
Octal 60 171 155 74 0 12 65 252 53 41
Binary 110000 1111001 1101101 111100 0 1010 110101 10101010 101011 100001

Color Harmonies of #30796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30796D

Black with #30796D

Text Example


Text Example

White with #30796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30796D; }

 p { color: rgb(48,121,109); }

 H1.HeaderClassName
 {
   color: #30796D;
 }
 .AnyTagClassName
 {
   color: #30796D;
 }
</style>

background-color css

<style>
 a { background-color: #30796D; }

 a { background-color: rgb(48,121,109); }

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

border-color css

<style>
 span { border-color: #30796D; }

 span { border-color: rgb(48,121,109); }

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