Html Css Color HEX #30706A Genoa

📋 copy color: '#30706A'

red 48 ◦ green 112 ◦ blue 106

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

Shades of Genoa #30706A

Tints of Genoa #30706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.85%

R = 18.05%
G = 42.11%
B = 39.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#30706A (or 0x30706A) is known color: Genoa. HEX triplet: 30, 70 and 6A. RGB value is (48,112,106). Sum of RGB (Red+Green+Blue) = 48+112+106=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #30706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706A is #CF8F95. Grayscale: #5C5C5C. Windows color (decimal): -13602710 or 6975536. OLE color: 6975536.

HSL color Cylindrical-coordinate representation of color #30706A: hue angle of 174.38º 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 #30706A is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 106 -
CMYK 0.57 0 0.05 0.56
HSL 174.38º 0.4% 0.31% -
HSV(B) 174.38º 0.57% 0.44% -
XYZ 9.61 13.26 15.69 -
YUV 92.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 48 112 106 0.57 0 0.05 0.56 174.38 0.4 0.31
Hex 30 70 6A 39 0 5 38 AE 28 1F
Octal 60 160 152 71 0 5 70 256 50 37
Binary 110000 1110000 1101010 111001 0 101 111000 10101110 101000 11111

Color Harmonies of #30706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30706A

Black with #30706A

Text Example


Text Example

White with #30706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30706A; }

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

 H1.HeaderClassName
 {
   color: #30706A;
 }
 .AnyTagClassName
 {
   color: #30706A;
 }
</style>

background-color css

<style>
 a { background-color: #30706A; }

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

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

border-color css

<style>
 span { border-color: #30706A; }

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

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