Html Css Color HEX #307964 Genoa

📋 copy color: '#307964'

red 48 ◦ green 121 ◦ blue 100

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

Shades of Genoa #307964

Tints of Genoa #307964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 17.84%
G = 44.98%
B = 37.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#307964 (or 0x307964) is known color: Genoa. HEX triplet: 30, 79 and 64. RGB value is (48,121,100). Sum of RGB (Red+Green+Blue) = 48+121+100=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #307964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307964 is #CF869B. Grayscale: #606060. Windows color (decimal): -13600412 or 6584624. OLE color: 6584624.

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

Color convert

RGB 48 121 100 -
CMYK 0.60 0 0.17 0.53
HSL 162.74º 0.43% 0.33% -
HSV(B) 162.74º 0.6% 0.47% -
XYZ 10.36 15.22 14.45 -
YUV 96.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 48 121 100 0.60 0 0.17 0.53 162.74 0.43 0.33
Hex 30 79 64 3C 0 11 35 A3 2B 21
Octal 60 171 144 74 0 21 65 243 53 41
Binary 110000 1111001 1100100 111100 0 10001 110101 10100011 101011 100001

Color Harmonies of #307964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307964

Black with #307964

Text Example


Text Example

White with #307964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307964; }

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

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

background-color css

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

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

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

border-color css

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

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

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