Html Css Color HEX #307871 Genoa

📋 copy color: '#307871'

red 48 ◦ green 120 ◦ blue 113

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

Shades of Genoa #307871

Tints of Genoa #307871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 17.08%
G = 42.7%
B = 40.21%

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

#307871 (or 0x307871) is known color: Genoa. HEX triplet: 30, 78 and 71. RGB value is (48,120,113). Sum of RGB (Red+Green+Blue) = 48+120+113=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #307871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307871 is #CF878E. Grayscale: #616161. Windows color (decimal): -13600655 or 7436336. OLE color: 7436336.

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

Color convert

RGB 48 120 113 -
CMYK 0.60 0 0.06 0.53
HSL 174.17º 0.43% 0.33% -
HSV(B) 174.17º 0.6% 0.47% -
XYZ 10.92 15.25 17.99 -
YUV 97.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 48 120 113 0.60 0 0.06 0.53 174.17 0.43 0.33
Hex 30 78 71 3C 0 6 35 AE 2B 21
Octal 60 170 161 74 0 6 65 256 53 41
Binary 110000 1111000 1110001 111100 0 110 110101 10101110 101011 100001

Color Harmonies of #307871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307871

Black with #307871

Text Example


Text Example

White with #307871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307871; }

 p { color: rgb(48,120,113); }

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

background-color css

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

 a { background-color: rgb(48,120,113); }

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

border-color css

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

 span { border-color: rgb(48,120,113); }

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