Html Css Color HEX #30755F Genoa

📋 copy color: '#30755F'

red 48 ◦ green 117 ◦ blue 95

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

Shades of Genoa #30755F

Tints of Genoa #30755F

RGB

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

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

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

R = 18.46%
G = 45%
B = 36.54%

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

#30755F (or 0x30755F) is known color: Genoa. HEX triplet: 30, 75 and 5F. RGB value is (48,117,95). Sum of RGB (Red+Green+Blue) = 48+117+95=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #30755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755F is #CF8AA0. Grayscale: #5D5D5D. Windows color (decimal): -13601441 or 6255920. OLE color: 6255920.

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

Color convert

RGB 48 117 95 -
CMYK 0.59 0 0.19 0.54
HSL 160.87º 0.42% 0.32% -
HSV(B) 160.87º 0.59% 0.46% -
XYZ 9.65 14.18 13.05 -
YUV 93.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 48 117 95 0.59 0 0.19 0.54 160.87 0.42 0.32
Hex 30 75 5F 3B 0 13 36 A1 2A 20
Octal 60 165 137 73 0 23 66 241 52 40
Binary 110000 1110101 1011111 111011 0 10011 110110 10100001 101010 100000

Color Harmonies of #30755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30755F

Black with #30755F

Text Example


Text Example

White with #30755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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