Html Css Color HEX #30736E Genoa

📋 copy color: '#30736E'

red 48 ◦ green 115 ◦ blue 110

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

Shades of Genoa #30736E

Tints of Genoa #30736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 17.58%
G = 42.12%
B = 40.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#30736E (or 0x30736E) is known color: Genoa. HEX triplet: 30, 73 and 6E. RGB value is (48,115,110). Sum of RGB (Red+Green+Blue) = 48+115+110=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #30736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736E is #CF8C91. Grayscale: #5E5E5E. Windows color (decimal): -13601938 or 7238448. OLE color: 7238448.

HSL color Cylindrical-coordinate representation of color #30736E: hue angle of 175.52º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30736E is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 110 -
CMYK 0.58 0 0.04 0.55
HSL 175.52º 0.41% 0.32% -
HSV(B) 175.52º 0.58% 0.45% -
XYZ 10.16 14.02 16.92 -
YUV 94.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 48 115 110 0.58 0 0.04 0.55 175.52 0.41 0.32
Hex 30 73 6E 3A 0 4 37 B0 29 20
Octal 60 163 156 72 0 4 67 260 51 40
Binary 110000 1110011 1101110 111010 0 100 110111 10110000 101001 100000

Color Harmonies of #30736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30736E

Black with #30736E

Text Example


Text Example

White with #30736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30736E; }

 p { color: rgb(48,115,110); }

 H1.HeaderClassName
 {
   color: #30736E;
 }
 .AnyTagClassName
 {
   color: #30736E;
 }
</style>

background-color css

<style>
 a { background-color: #30736E; }

 a { background-color: rgb(48,115,110); }

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

border-color css

<style>
 span { border-color: #30736E; }

 span { border-color: rgb(48,115,110); }

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