Html Css Color HEX #30746A Genoa

📋 copy color: '#30746A'

red 48 ◦ green 116 ◦ blue 106

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

Shades of Genoa #30746A

Tints of Genoa #30746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 17.78%
G = 42.96%
B = 39.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#30746A (or 0x30746A) is known color: Genoa. HEX triplet: 30, 74 and 6A. RGB value is (48,116,106). Sum of RGB (Red+Green+Blue) = 48+116+106=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #30746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746A is #CF8B95. Grayscale: #5E5E5E. Windows color (decimal): -13601686 or 6976560. OLE color: 6976560.

HSL color Cylindrical-coordinate representation of color #30746A: hue angle of 171.18º 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 #30746A is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 106 -
CMYK 0.59 0 0.09 0.55
HSL 171.18º 0.41% 0.32% -
HSV(B) 171.18º 0.59% 0.45% -
XYZ 10.07 14.16 15.84 -
YUV 94.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 48 116 106 0.59 0 0.09 0.55 171.18 0.41 0.32
Hex 30 74 6A 3B 0 9 37 AB 29 20
Octal 60 164 152 73 0 11 67 253 51 40
Binary 110000 1110100 1101010 111011 0 1001 110111 10101011 101001 100000

Color Harmonies of #30746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30746A

Black with #30746A

Text Example


Text Example

White with #30746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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