Html Css Color HEX #30706C Genoa

📋 copy color: '#30706C'

red 48 ◦ green 112 ◦ blue 108

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

Shades of Genoa #30706C

Tints of Genoa #30706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 17.91%
G = 41.79%
B = 40.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#30706C (or 0x30706C) is known color: Genoa. HEX triplet: 30, 70 and 6C. RGB value is (48,112,108). Sum of RGB (Red+Green+Blue) = 48+112+108=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #30706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706C is #CF8F93. Grayscale: #5C5C5C. Windows color (decimal): -13602708 or 7106608. OLE color: 7106608.

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

Color convert

RGB 48 112 108 -
CMYK 0.57 0 0.04 0.56
HSL 176.25º 0.4% 0.31% -
HSV(B) 176.25º 0.57% 0.44% -
XYZ 9.72 13.3 16.24 -
YUV 92.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 48 112 108 0.57 0 0.04 0.56 176.25 0.4 0.31
Hex 30 70 6C 39 0 4 38 B0 28 1F
Octal 60 160 154 71 0 4 70 260 50 37
Binary 110000 1110000 1101100 111001 0 100 111000 10110000 101000 11111

Color Harmonies of #30706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30706C

Black with #30706C

Text Example


Text Example

White with #30706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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