Html Css Color HEX #308268 Genoa

📋 copy color: '#308268'

red 48 ◦ green 130 ◦ blue 104

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

Shades of Genoa #308268

Tints of Genoa #308268

RGB

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

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

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

R = 17.02%
G = 46.1%
B = 36.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#308268 (or 0x308268) is known color: Genoa. HEX triplet: 30, 82 and 68. RGB value is (48,130,104). Sum of RGB (Red+Green+Blue) = 48+130+104=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #308268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308268 is #CF7D97. Grayscale: #666666. Windows color (decimal): -13598104 or 6849072. OLE color: 6849072.

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

Color convert

RGB 48 130 104 -
CMYK 0.63 0 0.2 0.49
HSL 160.98º 0.46% 0.35% -
HSV(B) 160.98º 0.63% 0.51% -
XYZ 11.7 17.59 15.88 -
YUV 102.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 48 130 104 0.63 0 0.2 0.49 160.98 0.46 0.35
Hex 30 82 68 3F 0 14 31 A1 2E 23
Octal 60 202 150 77 0 24 61 241 56 43
Binary 110000 10000010 1101000 111111 0 10100 110001 10100001 101110 100011

Color Harmonies of #308268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308268

Black with #308268

Text Example


Text Example

White with #308268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308268; }

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

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

background-color css

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

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

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

border-color css

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

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

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