Html Css Color HEX #30765D Genoa

📋 copy color: '#30765D'

red 48 ◦ green 118 ◦ blue 93

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

Shades of Genoa #30765D

Tints of Genoa #30765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

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

R = 18.53%
G = 45.56%
B = 35.91%

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

#30765D (or 0x30765D) is known color: Genoa. HEX triplet: 30, 76 and 5D. RGB value is (48,118,93). Sum of RGB (Red+Green+Blue) = 48+118+93=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #30765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765D is #CF89A2. Grayscale: #5E5E5E. Windows color (decimal): -13601187 or 6125104. OLE color: 6125104.

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

Color convert

RGB 48 118 93 -
CMYK 0.59 0 0.21 0.54
HSL 158.57º 0.42% 0.33% -
HSV(B) 158.57º 0.59% 0.46% -
XYZ 9.67 14.38 12.62 -
YUV 94.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 48 118 93 0.59 0 0.21 0.54 158.57 0.42 0.33
Hex 30 76 5D 3B 0 15 36 9F 2A 21
Octal 60 166 135 73 0 25 66 237 52 41
Binary 110000 1110110 1011101 111011 0 10101 110110 10011111 101010 100001

Color Harmonies of #30765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30765D

Black with #30765D

Text Example


Text Example

White with #30765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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