Html Css Color HEX #30736D Genoa

📋 copy color: '#30736D'

red 48 ◦ green 115 ◦ blue 109

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

Shades of Genoa #30736D

Tints of Genoa #30736D

RGB

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

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

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

R = 17.65%
G = 42.28%
B = 40.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#30736D (or 0x30736D) is known color: Genoa. HEX triplet: 30, 73 and 6D. RGB value is (48,115,109). Sum of RGB (Red+Green+Blue) = 48+115+109=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #30736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736D is #CF8C92. Grayscale: #5E5E5E. Windows color (decimal): -13601939 or 7172912. OLE color: 7172912.

HSL color Cylindrical-coordinate representation of color #30736D: hue angle of 174.63º 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 #30736D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 109 -
CMYK 0.58 0 0.05 0.55
HSL 174.63º 0.41% 0.32% -
HSV(B) 174.63º 0.58% 0.45% -
XYZ 10.11 13.99 16.64 -
YUV 94.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 48 115 109 0.58 0 0.05 0.55 174.63 0.41 0.32
Hex 30 73 6D 3A 0 5 37 AF 29 20
Octal 60 163 155 72 0 5 67 257 51 40
Binary 110000 1110011 1101101 111010 0 101 110111 10101111 101001 100000

Color Harmonies of #30736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30736D

Black with #30736D

Text Example


Text Example

White with #30736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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