Html Css Color HEX #308271 Genoa

📋 copy color: '#308271'

red 48 ◦ green 130 ◦ blue 113

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

Shades of Genoa #308271

Tints of Genoa #308271

RGB

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

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

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

R = 16.49%
G = 44.67%
B = 38.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#308271 (or 0x308271) is known color: Genoa. HEX triplet: 30, 82 and 71. RGB value is (48,130,113). Sum of RGB (Red+Green+Blue) = 48+130+113=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #308271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308271 is #CF7D8E. Grayscale: #676767. Windows color (decimal): -13598095 or 7438896. OLE color: 7438896.

HSL color Cylindrical-coordinate representation of color #308271: hue angle of 167.56º 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 #308271 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 113 -
CMYK 0.63 0 0.13 0.49
HSL 167.56º 0.46% 0.35% -
HSV(B) 167.56º 0.63% 0.51% -
XYZ 12.18 17.79 18.41 -
YUV 103.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 48 130 113 0.63 0 0.13 0.49 167.56 0.46 0.35
Hex 30 82 71 3F 0 D 31 A8 2E 23
Octal 60 202 161 77 0 15 61 250 56 43
Binary 110000 10000010 1110001 111111 0 1101 110001 10101000 101110 100011

Color Harmonies of #308271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308271

Black with #308271

Text Example


Text Example

White with #308271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308271; }

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

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

background-color css

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

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

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

border-color css

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

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

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