Html Css Color HEX #30706B Genoa

📋 copy color: '#30706B'

red 48 ◦ green 112 ◦ blue 107

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

Shades of Genoa #30706B

Tints of Genoa #30706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 17.98%
G = 41.95%
B = 40.07%

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

#30706B (or 0x30706B) is known color: Genoa. HEX triplet: 30, 70 and 6B. RGB value is (48,112,107). Sum of RGB (Red+Green+Blue) = 48+112+107=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #30706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706B is #CF8F94. Grayscale: #5C5C5C. Windows color (decimal): -13602709 or 7041072. OLE color: 7041072.

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

Color convert

RGB 48 112 107 -
CMYK 0.57 0 0.04 0.56
HSL 175.31º 0.4% 0.31% -
HSV(B) 175.31º 0.57% 0.44% -
XYZ 9.67 13.28 15.96 -
YUV 92.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 48 112 107 0.57 0 0.04 0.56 175.31 0.4 0.31
Hex 30 70 6B 39 0 4 38 AF 28 1F
Octal 60 160 153 71 0 4 70 257 50 37
Binary 110000 1110000 1101011 111001 0 100 111000 10101111 101000 11111

Color Harmonies of #30706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30706B

Black with #30706B

Text Example


Text Example

White with #30706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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