Html Css Color HEX #307E70 Genoa

📋 copy color: '#307E70'

red 48 ◦ green 126 ◦ blue 112

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

Shades of Genoa #307E70

Tints of Genoa #307E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.06%

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 16.78%
G = 44.06%
B = 39.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#307E70 (or 0x307E70) is known color: Genoa. HEX triplet: 30, 7E and 70. RGB value is (48,126,112). Sum of RGB (Red+Green+Blue) = 48+126+112=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #307E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E70 is #CF818F. Grayscale: #656565. Windows color (decimal): -13599120 or 7372336. OLE color: 7372336.

HSL color Cylindrical-coordinate representation of color #307E70: hue angle of 169.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E70 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 126 112 -
CMYK 0.62 0 0.11 0.51
HSL 169.23º 0.45% 0.34% -
HSV(B) 169.23º 0.62% 0.49% -
XYZ 11.6 16.72 17.94 -
YUV 101.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 48 126 112 0.62 0 0.11 0.51 169.23 0.45 0.34
Hex 30 7E 70 3E 0 B 33 A9 2D 22
Octal 60 176 160 76 0 13 63 251 55 42
Binary 110000 1111110 1110000 111110 0 1011 110011 10101001 101101 100010

Color Harmonies of #307E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E70

Black with #307E70

Text Example


Text Example

White with #307E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307E70; }

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

 H1.HeaderClassName
 {
   color: #307E70;
 }
 .AnyTagClassName
 {
   color: #307E70;
 }
</style>

background-color css

<style>
 a { background-color: #307E70; }

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

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

border-color css

<style>
 span { border-color: #307E70; }

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

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