Html Css Color HEX #308168 Genoa

📋 copy color: '#308168'

red 48 ◦ green 129 ◦ blue 104

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

Shades of Genoa #308168

Tints of Genoa #308168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 17.08%
G = 45.91%
B = 37.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#308168 (or 0x308168) is known color: Genoa. HEX triplet: 30, 81 and 68. RGB value is (48,129,104). Sum of RGB (Red+Green+Blue) = 48+129+104=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #308168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308168 is #CF7E97. Grayscale: #656565. Windows color (decimal): -13598360 or 6848816. OLE color: 6848816.

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

Color convert

RGB 48 129 104 -
CMYK 0.63 0 0.19 0.49
HSL 161.48º 0.46% 0.35% -
HSV(B) 161.48º 0.63% 0.51% -
XYZ 11.57 17.33 15.83 -
YUV 101.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 48 129 104 0.63 0 0.19 0.49 161.48 0.46 0.35
Hex 30 81 68 3F 0 13 31 A1 2E 23
Octal 60 201 150 77 0 23 61 241 56 43
Binary 110000 10000001 1101000 111111 0 10011 110001 10100001 101110 100011

Color Harmonies of #308168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308168

Black with #308168

Text Example


Text Example

White with #308168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308168; }

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

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

background-color css

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

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

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

border-color css

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

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

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