Html Css Color HEX #30796A Genoa

📋 copy color: '#30796A'

red 48 ◦ green 121 ◦ blue 106

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

Shades of Genoa #30796A

Tints of Genoa #30796A

RGB

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

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

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

R = 17.45%
G = 44%
B = 38.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#30796A (or 0x30796A) is known color: Genoa. HEX triplet: 30, 79 and 6A. RGB value is (48,121,106). Sum of RGB (Red+Green+Blue) = 48+121+106=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #30796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30796A is #CF8695. Grayscale: #616161. Windows color (decimal): -13600406 or 6977840. OLE color: 6977840.

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

Color convert

RGB 48 121 106 -
CMYK 0.60 0 0.12 0.53
HSL 167.67º 0.43% 0.33% -
HSV(B) 167.67º 0.6% 0.47% -
XYZ 10.66 15.34 16.04 -
YUV 97.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 48 121 106 0.60 0 0.12 0.53 167.67 0.43 0.33
Hex 30 79 6A 3C 0 C 35 A8 2B 21
Octal 60 171 152 74 0 14 65 250 53 41
Binary 110000 1111001 1101010 111100 0 1100 110101 10101000 101011 100001

Color Harmonies of #30796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30796A

Black with #30796A

Text Example


Text Example

White with #30796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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