Html Css Color HEX #307970 Genoa

📋 copy color: '#307970'

red 48 ◦ green 121 ◦ blue 112

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

Shades of Genoa #307970

Tints of Genoa #307970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 17.08%
G = 43.06%
B = 39.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#307970 (or 0x307970) is known color: Genoa. HEX triplet: 30, 79 and 70. RGB value is (48,121,112). Sum of RGB (Red+Green+Blue) = 48+121+112=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #307970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307970 is #CF868F. Grayscale: #626262. Windows color (decimal): -13600400 or 7371056. OLE color: 7371056.

HSL color Cylindrical-coordinate representation of color #307970: hue angle of 172.6º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307970 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 112 -
CMYK 0.60 0 0.07 0.53
HSL 172.6º 0.43% 0.33% -
HSV(B) 172.6º 0.6% 0.47% -
XYZ 10.98 15.47 17.74 -
YUV 98.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 48 121 112 0.60 0 0.07 0.53 172.6 0.43 0.33
Hex 30 79 70 3C 0 7 35 AD 2B 21
Octal 60 171 160 74 0 7 65 255 53 41
Binary 110000 1111001 1110000 111100 0 111 110101 10101101 101011 100001

Color Harmonies of #307970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307970

Black with #307970

Text Example


Text Example

White with #307970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307970; }

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

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

background-color css

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

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

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

border-color css

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

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

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