Html Css Color HEX #308167 Genoa

📋 copy color: '#308167'

red 48 ◦ green 129 ◦ blue 103

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

Shades of Genoa #308167

Tints of Genoa #308167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 17.14%
G = 46.07%
B = 36.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#308167 (or 0x308167) is known color: Genoa. HEX triplet: 30, 81 and 67. RGB value is (48,129,103). Sum of RGB (Red+Green+Blue) = 48+129+103=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #308167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308167 is #CF7E98. Grayscale: #656565. Windows color (decimal): -13598361 or 6783280. OLE color: 6783280.

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

Color convert

RGB 48 129 103 -
CMYK 0.63 0 0.20 0.49
HSL 160.74º 0.46% 0.35% -
HSV(B) 160.74º 0.63% 0.51% -
XYZ 11.52 17.31 15.57 -
YUV 101.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 48 129 103 0.63 0 0.20 0.49 160.74 0.46 0.35
Hex 30 81 67 3F 0 14 31 A1 2E 23
Octal 60 201 147 77 0 24 61 241 56 43
Binary 110000 10000001 1100111 111111 0 10100 110001 10100001 101110 100011

Color Harmonies of #308167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308167

Black with #308167

Text Example


Text Example

White with #308167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308167; }

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

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

background-color css

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

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

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

border-color css

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

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

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