Html Css Color HEX #30755E Genoa

📋 copy color: '#30755E'

red 48 ◦ green 117 ◦ blue 94

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

Shades of Genoa #30755E

Tints of Genoa #30755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 18.53%
G = 45.17%
B = 36.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#30755E (or 0x30755E) is known color: Genoa. HEX triplet: 30, 75 and 5E. RGB value is (48,117,94). Sum of RGB (Red+Green+Blue) = 48+117+94=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #30755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755E is #CF8AA1. Grayscale: #5D5D5D. Windows color (decimal): -13601442 or 6190384. OLE color: 6190384.

HSL color Cylindrical-coordinate representation of color #30755E: hue angle of 160º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30755E is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 94 -
CMYK 0.59 0 0.20 0.54
HSL 160º 0.42% 0.32% -
HSV(B) 160º 0.59% 0.46% -
XYZ 9.6 14.16 12.82 -
YUV 93.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 48 117 94 0.59 0 0.20 0.54 160 0.42 0.32
Hex 30 75 5E 3B 0 14 36 A0 2A 20
Octal 60 165 136 73 0 24 66 240 52 40
Binary 110000 1110101 1011110 111011 0 10100 110110 10100000 101010 100000

Color Harmonies of #30755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30755E

Black with #30755E

Text Example


Text Example

White with #30755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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