Html Css Color HEX #308270 Genoa

📋 copy color: '#308270'

red 48 ◦ green 130 ◦ blue 112

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

Shades of Genoa #308270

Tints of Genoa #308270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 16.55%
G = 44.83%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#308270 (or 0x308270) is known color: Genoa. HEX triplet: 30, 82 and 70. RGB value is (48,130,112). Sum of RGB (Red+Green+Blue) = 48+130+112=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #308270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308270 is #CF7D8F. Grayscale: #676767. Windows color (decimal): -13598096 or 7373360. OLE color: 7373360.

HSL color Cylindrical-coordinate representation of color #308270: hue angle of 166.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308270 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 112 -
CMYK 0.63 0 0.14 0.49
HSL 166.83º 0.46% 0.35% -
HSV(B) 166.83º 0.63% 0.51% -
XYZ 12.13 17.76 18.12 -
YUV 103.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 48 130 112 0.63 0 0.14 0.49 166.83 0.46 0.35
Hex 30 82 70 3F 0 E 31 A7 2E 23
Octal 60 202 160 77 0 16 61 247 56 43
Binary 110000 10000010 1110000 111111 0 1110 110001 10100111 101110 100011

Color Harmonies of #308270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308270

Black with #308270

Text Example


Text Example

White with #308270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308270; }

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

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

background-color css

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

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

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

border-color css

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

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

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