Html Css Color HEX #30775F Genoa

📋 copy color: '#30775F'

red 48 ◦ green 119 ◦ blue 95

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

Shades of Genoa #30775F

Tints of Genoa #30775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

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

R = 18.32%
G = 45.42%
B = 36.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#30775F (or 0x30775F) is known color: Genoa. HEX triplet: 30, 77 and 5F. RGB value is (48,119,95). Sum of RGB (Red+Green+Blue) = 48+119+95=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #30775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775F is #CF88A0. Grayscale: #5F5F5F. Windows color (decimal): -13600929 or 6256432. OLE color: 6256432.

HSL color Cylindrical-coordinate representation of color #30775F: hue angle of 159.72º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30775F is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 95 -
CMYK 0.60 0 0.20 0.53
HSL 159.72º 0.43% 0.33% -
HSV(B) 159.72º 0.6% 0.47% -
XYZ 9.88 14.65 13.13 -
YUV 95.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 48 119 95 0.60 0 0.20 0.53 159.72 0.43 0.33
Hex 30 77 5F 3C 0 14 35 A0 2B 21
Octal 60 167 137 74 0 24 65 240 53 41
Binary 110000 1110111 1011111 111100 0 10100 110101 10100000 101011 100001

Color Harmonies of #30775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30775F

Black with #30775F

Text Example


Text Example

White with #30775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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