Html Css Color HEX #306967 Genoa

📋 copy color: '#306967'

red 48 ◦ green 105 ◦ blue 103

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

Shades of Genoa #306967

Tints of Genoa #306967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 18.75%
G = 41.02%
B = 40.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#306967 (or 0x306967) is known color: Genoa. HEX triplet: 30, 69 and 67. RGB value is (48,105,103). Sum of RGB (Red+Green+Blue) = 48+105+103=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #306967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306967 is #CF9698. Grayscale: #575757. Windows color (decimal): -13604505 or 6777136. OLE color: 6777136.

HSL color Cylindrical-coordinate representation of color #306967: hue angle of 177.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306967 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 103 -
CMYK 0.54 0 0.02 0.59
HSL 177.89º 0.37% 0.3% -
HSV(B) 177.89º 0.54% 0.41% -
XYZ 8.72 11.71 14.63 -
YUV 87.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 48 105 103 0.54 0 0.02 0.59 177.89 0.37 0.3
Hex 30 69 67 36 0 2 3B B2 25 1E
Octal 60 151 147 66 0 2 73 262 45 36
Binary 110000 1101001 1100111 110110 0 10 111011 10110010 100101 11110

Color Harmonies of #306967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306967

Black with #306967

Text Example


Text Example

White with #306967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306967; }

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

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

background-color css

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

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

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

border-color css

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

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

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