Html Css Color HEX #30725F Genoa

📋 copy color: '#30725F'

red 48 ◦ green 114 ◦ blue 95

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

Shades of Genoa #30725F

Tints of Genoa #30725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

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

R = 18.68%
G = 44.36%
B = 36.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#30725F (or 0x30725F) is known color: Genoa. HEX triplet: 30, 72 and 5F. RGB value is (48,114,95). Sum of RGB (Red+Green+Blue) = 48+114+95=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #30725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30725F is #CF8DA0. Grayscale: #5C5C5C. Windows color (decimal): -13602209 or 6255152. OLE color: 6255152.

HSL color Cylindrical-coordinate representation of color #30725F: hue angle of 162.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30725F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 95 -
CMYK 0.58 0 0.17 0.55
HSL 162.73º 0.41% 0.32% -
HSV(B) 162.73º 0.58% 0.45% -
XYZ 9.3 13.49 12.94 -
YUV 92.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 48 114 95 0.58 0 0.17 0.55 162.73 0.41 0.32
Hex 30 72 5F 3A 0 11 37 A3 29 20
Octal 60 162 137 72 0 21 67 243 51 40
Binary 110000 1110010 1011111 111010 0 10001 110111 10100011 101001 100000

Color Harmonies of #30725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30725F

Black with #30725F

Text Example


Text Example

White with #30725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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