Html Css Color HEX #307966 Genoa

📋 copy color: '#307966'

red 48 ◦ green 121 ◦ blue 102

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

Shades of Genoa #307966

Tints of Genoa #307966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 17.71%
G = 44.65%
B = 37.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#307966 (or 0x307966) is known color: Genoa. HEX triplet: 30, 79 and 66. RGB value is (48,121,102). Sum of RGB (Red+Green+Blue) = 48+121+102=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #307966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307966 is #CF8699. Grayscale: #616161. Windows color (decimal): -13600410 or 6715696. OLE color: 6715696.

HSL color Cylindrical-coordinate representation of color #307966: hue angle of 164.38º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307966 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 102 -
CMYK 0.60 0 0.16 0.53
HSL 164.38º 0.43% 0.33% -
HSV(B) 164.38º 0.6% 0.47% -
XYZ 10.45 15.26 14.97 -
YUV 97.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 48 121 102 0.60 0 0.16 0.53 164.38 0.43 0.33
Hex 30 79 66 3C 0 10 35 A4 2B 21
Octal 60 171 146 74 0 20 65 244 53 41
Binary 110000 1111001 1100110 111100 0 10000 110101 10100100 101011 100001

Color Harmonies of #307966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307966

Black with #307966

Text Example


Text Example

White with #307966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307966; }

 p { color: rgb(48,121,102); }

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

background-color css

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

 a { background-color: rgb(48,121,102); }

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

border-color css

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

 span { border-color: rgb(48,121,102); }

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