Html Css Color HEX #307A63 Genoa

📋 copy color: '#307A63'

red 48 ◦ green 122 ◦ blue 99

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

Shades of Genoa #307A63

Tints of Genoa #307A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.35%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 17.84%
G = 45.35%
B = 36.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#307A63 (or 0x307A63) is known color: Genoa. HEX triplet: 30, 7A and 63. RGB value is (48,122,99). Sum of RGB (Red+Green+Blue) = 48+122+99=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #307A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A63 is #CF859C. Grayscale: #616161. Windows color (decimal): -13600157 or 6519344. OLE color: 6519344.

HSL color Cylindrical-coordinate representation of color #307A63: hue angle of 161.35º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A63 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 122 99 -
CMYK 0.61 0 0.19 0.52
HSL 161.35º 0.44% 0.33% -
HSV(B) 161.35º 0.61% 0.48% -
XYZ 10.43 15.45 14.24 -
YUV 97.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 48 122 99 0.61 0 0.19 0.52 161.35 0.44 0.33
Hex 30 7A 63 3D 0 13 34 A1 2C 21
Octal 60 172 143 75 0 23 64 241 54 41
Binary 110000 1111010 1100011 111101 0 10011 110100 10100001 101100 100001

Color Harmonies of #307A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A63

Black with #307A63

Text Example


Text Example

White with #307A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307A63; }

 p { color: rgb(48,122,99); }

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

background-color css

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

 a { background-color: rgb(48,122,99); }

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

border-color css

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

 span { border-color: rgb(48,122,99); }

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