Html Css Color HEX #30745F Genoa

📋 copy color: '#30745F'

red 48 ◦ green 116 ◦ blue 95

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

Shades of Genoa #30745F

Tints of Genoa #30745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 18.53%
G = 44.79%
B = 36.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#30745F (or 0x30745F) is known color: Genoa. HEX triplet: 30, 74 and 5F. RGB value is (48,116,95). Sum of RGB (Red+Green+Blue) = 48+116+95=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #30745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745F is #CF8BA0. Grayscale: #5D5D5D. Windows color (decimal): -13601697 or 6255664. OLE color: 6255664.

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

Color convert

RGB 48 116 95 -
CMYK 0.59 0 0.18 0.55
HSL 161.47º 0.41% 0.32% -
HSV(B) 161.47º 0.59% 0.45% -
XYZ 9.53 13.95 13.02 -
YUV 93.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 48 116 95 0.59 0 0.18 0.55 161.47 0.41 0.32
Hex 30 74 5F 3B 0 12 37 A1 29 20
Octal 60 164 137 73 0 22 67 241 51 40
Binary 110000 1110100 1011111 111011 0 10010 110111 10100001 101001 100000

Color Harmonies of #30745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30745F

Black with #30745F

Text Example


Text Example

White with #30745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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