Html Css Color HEX #30796F Genoa

📋 copy color: '#30796F'

red 48 ◦ green 121 ◦ blue 111

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

Shades of Genoa #30796F

Tints of Genoa #30796F

RGB

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

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

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

R = 17.14%
G = 43.21%
B = 39.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#30796F (or 0x30796F) is known color: Genoa. HEX triplet: 30, 79 and 6F. RGB value is (48,121,111). Sum of RGB (Red+Green+Blue) = 48+121+111=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #30796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30796F is #CF8690. Grayscale: #626262. Windows color (decimal): -13600401 or 7305520. OLE color: 7305520.

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

Color convert

RGB 48 121 111 -
CMYK 0.60 0 0.08 0.53
HSL 171.78º 0.43% 0.33% -
HSV(B) 171.78º 0.6% 0.47% -
XYZ 10.93 15.45 17.45 -
YUV 98.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 48 121 111 0.60 0 0.08 0.53 171.78 0.43 0.33
Hex 30 79 6F 3C 0 8 35 AC 2B 21
Octal 60 171 157 74 0 10 65 254 53 41
Binary 110000 1111001 1101111 111100 0 1000 110101 10101100 101011 100001

Color Harmonies of #30796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30796F

Black with #30796F

Text Example


Text Example

White with #30796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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