Html Css Color HEX #30746D Genoa

📋 copy color: '#30746D'

red 48 ◦ green 116 ◦ blue 109

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

Shades of Genoa #30746D

Tints of Genoa #30746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

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

R = 17.58%
G = 42.49%
B = 39.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#30746D (or 0x30746D) is known color: Genoa. HEX triplet: 30, 74 and 6D. RGB value is (48,116,109). Sum of RGB (Red+Green+Blue) = 48+116+109=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #30746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746D is #CF8B92. Grayscale: #5E5E5E. Windows color (decimal): -13601683 or 7173168. OLE color: 7173168.

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

Color convert

RGB 48 116 109 -
CMYK 0.59 0 0.06 0.55
HSL 173.82º 0.41% 0.32% -
HSV(B) 173.82º 0.59% 0.45% -
XYZ 10.22 14.22 16.67 -
YUV 94.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 48 116 109 0.59 0 0.06 0.55 173.82 0.41 0.32
Hex 30 74 6D 3B 0 6 37 AE 29 20
Octal 60 164 155 73 0 6 67 256 51 40
Binary 110000 1110100 1101101 111011 0 110 110111 10101110 101001 100000

Color Harmonies of #30746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30746D

Black with #30746D

Text Example


Text Example

White with #30746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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