Html Css Color HEX #30756D Genoa

📋 copy color: '#30756D'

red 48 ◦ green 117 ◦ blue 109

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

Shades of Genoa #30756D

Tints of Genoa #30756D

RGB

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

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

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

R = 17.52%
G = 42.7%
B = 39.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#30756D (or 0x30756D) is known color: Genoa. HEX triplet: 30, 75 and 6D. RGB value is (48,117,109). Sum of RGB (Red+Green+Blue) = 48+117+109=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #30756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30756D is #CF8A92. Grayscale: #5F5F5F. Windows color (decimal): -13601427 or 7173424. OLE color: 7173424.

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

Color convert

RGB 48 117 109 -
CMYK 0.59 0 0.07 0.54
HSL 173.04º 0.42% 0.32% -
HSV(B) 173.04º 0.59% 0.46% -
XYZ 10.34 14.46 16.71 -
YUV 95.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 48 117 109 0.59 0 0.07 0.54 173.04 0.42 0.32
Hex 30 75 6D 3B 0 7 36 AD 2A 20
Octal 60 165 155 73 0 7 66 255 52 40
Binary 110000 1110101 1101101 111011 0 111 110110 10101101 101010 100000

Color Harmonies of #30756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30756D

Black with #30756D

Text Example


Text Example

White with #30756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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