Html Css Color HEX #30746B Genoa

📋 copy color: '#30746B'

red 48 ◦ green 116 ◦ blue 107

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

Shades of Genoa #30746B

Tints of Genoa #30746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 17.71%
G = 42.8%
B = 39.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#30746B (or 0x30746B) is known color: Genoa. HEX triplet: 30, 74 and 6B. RGB value is (48,116,107). Sum of RGB (Red+Green+Blue) = 48+116+107=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #30746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30746B is #CF8B94. Grayscale: #5E5E5E. Windows color (decimal): -13601685 or 7042096. OLE color: 7042096.

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

Color convert

RGB 48 116 107 -
CMYK 0.59 0 0.08 0.55
HSL 172.06º 0.41% 0.32% -
HSV(B) 172.06º 0.59% 0.45% -
XYZ 10.12 14.18 16.11 -
YUV 94.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 48 116 107 0.59 0 0.08 0.55 172.06 0.41 0.32
Hex 30 74 6B 3B 0 8 37 AC 29 20
Octal 60 164 153 73 0 10 67 254 51 40
Binary 110000 1110100 1101011 111011 0 1000 110111 10101100 101001 100000

Color Harmonies of #30746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30746B

Black with #30746B

Text Example


Text Example

White with #30746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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