Html Css Color HEX #307972 Genoa

📋 copy color: '#307972'

red 48 ◦ green 121 ◦ blue 114

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

Shades of Genoa #307972

Tints of Genoa #307972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 16.96%
G = 42.76%
B = 40.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#307972 (or 0x307972) is known color: Genoa. HEX triplet: 30, 79 and 72. RGB value is (48,121,114). Sum of RGB (Red+Green+Blue) = 48+121+114=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #307972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307972 is #CF868D. Grayscale: #626262. Windows color (decimal): -13600398 or 7502128. OLE color: 7502128.

HSL color Cylindrical-coordinate representation of color #307972: hue angle of 174.25º 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 #307972 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 114 -
CMYK 0.60 0 0.06 0.53
HSL 174.25º 0.43% 0.33% -
HSV(B) 174.25º 0.6% 0.47% -
XYZ 11.09 15.52 18.33 -
YUV 98.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 48 121 114 0.60 0 0.06 0.53 174.25 0.43 0.33
Hex 30 79 72 3C 0 6 35 AE 2B 21
Octal 60 171 162 74 0 6 65 256 53 41
Binary 110000 1111001 1110010 111100 0 110 110101 10101110 101011 100001

Color Harmonies of #307972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307972

Black with #307972

Text Example


Text Example

White with #307972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307972; }

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

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

background-color css

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

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

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

border-color css

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

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

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