Html Css Color HEX #307361 Genoa

📋 copy color: '#307361'

red 48 ◦ green 115 ◦ blue 97

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

Shades of Genoa #307361

Tints of Genoa #307361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 18.46%
G = 44.23%
B = 37.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#307361 (or 0x307361) is known color: Genoa. HEX triplet: 30, 73 and 61. RGB value is (48,115,97). Sum of RGB (Red+Green+Blue) = 48+115+97=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #307361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307361 is #CF8C9E. Grayscale: #5C5C5C. Windows color (decimal): -13601951 or 6386480. OLE color: 6386480.

HSL color Cylindrical-coordinate representation of color #307361: hue angle of 163.88º 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 #307361 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 97 -
CMYK 0.58 0 0.16 0.55
HSL 163.88º 0.41% 0.32% -
HSV(B) 163.88º 0.58% 0.45% -
XYZ 9.51 13.75 13.46 -
YUV 92.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 48 115 97 0.58 0 0.16 0.55 163.88 0.41 0.32
Hex 30 73 61 3A 0 10 37 A4 29 20
Octal 60 163 141 72 0 20 67 244 51 40
Binary 110000 1110011 1100001 111010 0 10000 110111 10100100 101001 100000

Color Harmonies of #307361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307361

Black with #307361

Text Example


Text Example

White with #307361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307361; }

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

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

background-color css

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

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

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

border-color css

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

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

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