Html Css Color HEX #307969 Genoa

📋 copy color: '#307969'

red 48 ◦ green 121 ◦ blue 105

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

Shades of Genoa #307969

Tints of Genoa #307969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 17.52%
G = 44.16%
B = 38.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#307969 (or 0x307969) is known color: Genoa. HEX triplet: 30, 79 and 69. RGB value is (48,121,105). Sum of RGB (Red+Green+Blue) = 48+121+105=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #307969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307969 is #CF8696. Grayscale: #616161. Windows color (decimal): -13600407 or 6912304. OLE color: 6912304.

HSL color Cylindrical-coordinate representation of color #307969: hue angle of 166.85º 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 #307969 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 105 -
CMYK 0.60 0 0.13 0.53
HSL 166.85º 0.43% 0.33% -
HSV(B) 166.85º 0.6% 0.47% -
XYZ 10.61 15.32 15.76 -
YUV 97.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 48 121 105 0.60 0 0.13 0.53 166.85 0.43 0.33
Hex 30 79 69 3C 0 D 35 A7 2B 21
Octal 60 171 151 74 0 15 65 247 53 41
Binary 110000 1111001 1101001 111100 0 1101 110101 10100111 101011 100001

Color Harmonies of #307969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307969

Black with #307969

Text Example


Text Example

White with #307969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307969; }

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

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

background-color css

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

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

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

border-color css

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

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

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