Html Css Color HEX #30765F Genoa

📋 copy color: '#30765F'

red 48 ◦ green 118 ◦ blue 95

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

Shades of Genoa #30765F

Tints of Genoa #30765F

RGB

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

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

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

R = 18.39%
G = 45.21%
B = 36.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#30765F (or 0x30765F) is known color: Genoa. HEX triplet: 30, 76 and 5F. RGB value is (48,118,95). Sum of RGB (Red+Green+Blue) = 48+118+95=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #30765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765F is #CF89A0. Grayscale: #5E5E5E. Windows color (decimal): -13601185 or 6256176. OLE color: 6256176.

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

Color convert

RGB 48 118 95 -
CMYK 0.59 0 0.19 0.54
HSL 160.29º 0.42% 0.33% -
HSV(B) 160.29º 0.59% 0.46% -
XYZ 9.76 14.41 13.09 -
YUV 94.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 48 118 95 0.59 0 0.19 0.54 160.29 0.42 0.33
Hex 30 76 5F 3B 0 13 36 A0 2A 21
Octal 60 166 137 73 0 23 66 240 52 41
Binary 110000 1110110 1011111 111011 0 10011 110110 10100000 101010 100001

Color Harmonies of #30765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30765F

Black with #30765F

Text Example


Text Example

White with #30765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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