Html Css Color HEX #30755D Genoa

📋 copy color: '#30755D'

red 48 ◦ green 117 ◦ blue 93

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

Shades of Genoa #30755D

Tints of Genoa #30755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 18.6%
G = 45.35%
B = 36.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#30755D (or 0x30755D) is known color: Genoa. HEX triplet: 30, 75 and 5D. RGB value is (48,117,93). Sum of RGB (Red+Green+Blue) = 48+117+93=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #30755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755D is #CF8AA2. Grayscale: #5D5D5D. Windows color (decimal): -13601443 or 6124848. OLE color: 6124848.

HSL color Cylindrical-coordinate representation of color #30755D: hue angle of 159.13º 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 #30755D is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 93 -
CMYK 0.59 0 0.21 0.54
HSL 159.13º 0.42% 0.32% -
HSV(B) 159.13º 0.59% 0.46% -
XYZ 9.56 14.14 12.58 -
YUV 93.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 48 117 93 0.59 0 0.21 0.54 159.13 0.42 0.32
Hex 30 75 5D 3B 0 15 36 9F 2A 20
Octal 60 165 135 73 0 25 66 237 52 40
Binary 110000 1110101 1011101 111011 0 10101 110110 10011111 101010 100000

Color Harmonies of #30755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30755D

Black with #30755D

Text Example


Text Example

White with #30755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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