Html Css Color HEX #307261 Genoa

📋 copy color: '#307261'

red 48 ◦ green 114 ◦ blue 97

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

Shades of Genoa #307261

Tints of Genoa #307261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 18.53%
G = 44.02%
B = 37.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#307261 (or 0x307261) is known color: Genoa. HEX triplet: 30, 72 and 61. RGB value is (48,114,97). Sum of RGB (Red+Green+Blue) = 48+114+97=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #307261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307261 is #CF8D9E. Grayscale: #5C5C5C. Windows color (decimal): -13602207 or 6386224. OLE color: 6386224.

HSL color Cylindrical-coordinate representation of color #307261: hue angle of 164.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307261 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 97 -
CMYK 0.58 0 0.15 0.55
HSL 164.55º 0.41% 0.32% -
HSV(B) 164.55º 0.58% 0.45% -
XYZ 9.39 13.53 13.42 -
YUV 92.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 48 114 97 0.58 0 0.15 0.55 164.55 0.41 0.32
Hex 30 72 61 3A 0 F 37 A5 29 20
Octal 60 162 141 72 0 17 67 245 51 40
Binary 110000 1110010 1100001 111010 0 1111 110111 10100101 101001 100000

Color Harmonies of #307261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307261

Black with #307261

Text Example


Text Example

White with #307261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307261; }

 p { color: rgb(48,114,97); }

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

background-color css

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

 a { background-color: rgb(48,114,97); }

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

border-color css

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

 span { border-color: rgb(48,114,97); }

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