Html Css Color HEX #30745E Genoa

📋 copy color: '#30745E'

red 48 ◦ green 116 ◦ blue 94

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

Shades of Genoa #30745E

Tints of Genoa #30745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 18.6%
G = 44.96%
B = 36.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#30745E (or 0x30745E) is known color: Genoa. HEX triplet: 30, 74 and 5E. RGB value is (48,116,94). Sum of RGB (Red+Green+Blue) = 48+116+94=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #30745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745E is #CF8BA1. Grayscale: #5D5D5D. Windows color (decimal): -13601698 or 6190128. OLE color: 6190128.

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

Color convert

RGB 48 116 94 -
CMYK 0.59 0 0.19 0.55
HSL 160.59º 0.41% 0.32% -
HSV(B) 160.59º 0.59% 0.45% -
XYZ 9.48 13.93 12.78 -
YUV 93.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 48 116 94 0.59 0 0.19 0.55 160.59 0.41 0.32
Hex 30 74 5E 3B 0 13 37 A1 29 20
Octal 60 164 136 73 0 23 67 241 51 40
Binary 110000 1110100 1011110 111011 0 10011 110111 10100001 101001 100000

Color Harmonies of #30745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30745E

Black with #30745E

Text Example


Text Example

White with #30745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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