Html Css Color HEX #30806F Genoa

📋 copy color: '#30806F'

red 48 ◦ green 128 ◦ blue 111

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

Shades of Genoa #30806F

Tints of Genoa #30806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 16.72%
G = 44.6%
B = 38.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#30806F (or 0x30806F) is known color: Genoa. HEX triplet: 30, 80 and 6F. RGB value is (48,128,111). Sum of RGB (Red+Green+Blue) = 48+128+111=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #30806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30806F is #CF7F90. Grayscale: #666666. Windows color (decimal): -13598609 or 7307312. OLE color: 7307312.

HSL color Cylindrical-coordinate representation of color #30806F: hue angle of 167.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30806F is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 111 -
CMYK 0.62 0 0.13 0.50
HSL 167.25º 0.45% 0.35% -
HSV(B) 167.25º 0.63% 0.5% -
XYZ 11.81 17.21 17.74 -
YUV 102.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 48 128 111 0.62 0 0.13 0.50 167.25 0.45 0.35
Hex 30 80 6F 3E 0 D 32 A7 2D 23
Octal 60 200 157 76 0 15 62 247 55 43
Binary 110000 10000000 1101111 111110 0 1101 110010 10100111 101101 100011

Color Harmonies of #30806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30806F

Black with #30806F

Text Example


Text Example

White with #30806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30806F; }

 p { color: rgb(48,128,111); }

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

background-color css

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

 a { background-color: rgb(48,128,111); }

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

border-color css

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

 span { border-color: rgb(48,128,111); }

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