Html Css Color HEX #308172 Genoa

📋 copy color: '#308172'

red 48 ◦ green 129 ◦ blue 114

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

Shades of Genoa #308172

Tints of Genoa #308172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

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

R = 16.49%
G = 44.33%
B = 39.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#308172 (or 0x308172) is known color: Genoa. HEX triplet: 30, 81 and 72. RGB value is (48,129,114). Sum of RGB (Red+Green+Blue) = 48+129+114=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #308172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308172 is #CF7E8D. Grayscale: #676767. Windows color (decimal): -13598350 or 7504176. OLE color: 7504176.

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

Color convert

RGB 48 129 114 -
CMYK 0.63 0 0.12 0.49
HSL 168.89º 0.46% 0.35% -
HSV(B) 168.89º 0.63% 0.51% -
XYZ 12.11 17.54 18.67 -
YUV 103.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 48 129 114 0.63 0 0.12 0.49 168.89 0.46 0.35
Hex 30 81 72 3F 0 C 31 A9 2E 23
Octal 60 201 162 77 0 14 61 251 56 43
Binary 110000 10000001 1110010 111111 0 1100 110001 10101001 101110 100011

Color Harmonies of #308172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308172

Black with #308172

Text Example


Text Example

White with #308172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308172; }

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

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

background-color css

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

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

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

border-color css

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

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

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