Html Css Color HEX #307260 Genoa

📋 copy color: '#307260'

red 48 ◦ green 114 ◦ blue 96

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

Shades of Genoa #307260

Tints of Genoa #307260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 18.6%
G = 44.19%
B = 37.21%

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

#307260 (or 0x307260) is known color: Genoa. HEX triplet: 30, 72 and 60. RGB value is (48,114,96). Sum of RGB (Red+Green+Blue) = 48+114+96=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #307260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307260 is #CF8D9F. Grayscale: #5C5C5C. Windows color (decimal): -13602208 or 6320688. OLE color: 6320688.

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

Color convert

RGB 48 114 96 -
CMYK 0.58 0 0.16 0.55
HSL 163.64º 0.41% 0.32% -
HSV(B) 163.64º 0.58% 0.45% -
XYZ 9.35 13.51 13.18 -
YUV 92.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 48 114 96 0.58 0 0.16 0.55 163.64 0.41 0.32
Hex 30 72 60 3A 0 10 37 A4 29 20
Octal 60 162 140 72 0 20 67 244 51 40
Binary 110000 1110010 1100000 111010 0 10000 110111 10100100 101001 100000

Color Harmonies of #307260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307260

Black with #307260

Text Example


Text Example

White with #307260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307260; }

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

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

background-color css

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

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

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

border-color css

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

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

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