Html Css Color HEX #30705E Genoa

📋 copy color: '#30705E'

red 48 ◦ green 112 ◦ blue 94

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

Shades of Genoa #30705E

Tints of Genoa #30705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 18.9%
G = 44.09%
B = 37.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#30705E (or 0x30705E) is known color: Genoa. HEX triplet: 30, 70 and 5E. RGB value is (48,112,94). Sum of RGB (Red+Green+Blue) = 48+112+94=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #30705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30705E is #CF8FA1. Grayscale: #5A5A5A. Windows color (decimal): -13602722 or 6189104. OLE color: 6189104.

HSL color Cylindrical-coordinate representation of color #30705E: hue angle of 163.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30705E is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 94 -
CMYK 0.57 0 0.16 0.56
HSL 163.13º 0.4% 0.31% -
HSV(B) 163.13º 0.57% 0.44% -
XYZ 9.03 13.02 12.63 -
YUV 90.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 48 112 94 0.57 0 0.16 0.56 163.13 0.4 0.31
Hex 30 70 5E 39 0 10 38 A3 28 1F
Octal 60 160 136 71 0 20 70 243 50 37
Binary 110000 1110000 1011110 111001 0 10000 111000 10100011 101000 11111

Color Harmonies of #30705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30705E

Black with #30705E

Text Example


Text Example

White with #30705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30705E; }

 p { color: rgb(48,112,94); }

 H1.HeaderClassName
 {
   color: #30705E;
 }
 .AnyTagClassName
 {
   color: #30705E;
 }
</style>

background-color css

<style>
 a { background-color: #30705E; }

 a { background-color: rgb(48,112,94); }

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

border-color css

<style>
 span { border-color: #30705E; }

 span { border-color: rgb(48,112,94); }

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