Html Css Color HEX #30756C Genoa

📋 copy color: '#30756C'

red 48 ◦ green 117 ◦ blue 108

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

Shades of Genoa #30756C

Tints of Genoa #30756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 17.58%
G = 42.86%
B = 39.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#30756C (or 0x30756C) is known color: Genoa. HEX triplet: 30, 75 and 6C. RGB value is (48,117,108). Sum of RGB (Red+Green+Blue) = 48+117+108=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #30756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30756C is #CF8A93. Grayscale: #5F5F5F. Windows color (decimal): -13601428 or 7107888. OLE color: 7107888.

HSL color Cylindrical-coordinate representation of color #30756C: hue angle of 172.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30756C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 108 -
CMYK 0.59 0 0.08 0.54
HSL 172.17º 0.42% 0.32% -
HSV(B) 172.17º 0.59% 0.46% -
XYZ 10.29 14.43 16.43 -
YUV 95.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 48 117 108 0.59 0 0.08 0.54 172.17 0.42 0.32
Hex 30 75 6C 3B 0 8 36 AC 2A 20
Octal 60 165 154 73 0 10 66 254 52 40
Binary 110000 1110101 1101100 111011 0 1000 110110 10101100 101010 100000

Color Harmonies of #30756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30756C

Black with #30756C

Text Example


Text Example

White with #30756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30756C; }

 p { color: rgb(48,117,108); }

 H1.HeaderClassName
 {
   color: #30756C;
 }
 .AnyTagClassName
 {
   color: #30756C;
 }
</style>

background-color css

<style>
 a { background-color: #30756C; }

 a { background-color: rgb(48,117,108); }

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

border-color css

<style>
 span { border-color: #30756C; }

 span { border-color: rgb(48,117,108); }

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