Html Css Color HEX #308770 Genoa

📋 copy color: '#308770'

red 48 ◦ green 135 ◦ blue 112

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

Shades of Genoa #308770

Tints of Genoa #308770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 16.27%
G = 45.76%
B = 37.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#308770 (or 0x308770) is known color: Genoa. HEX triplet: 30, 87 and 70. RGB value is (48,135,112). Sum of RGB (Red+Green+Blue) = 48+135+112=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #308770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308770 is #CF788F. Grayscale: #6A6A6A. Windows color (decimal): -13596816 or 7374640. OLE color: 7374640.

HSL color Cylindrical-coordinate representation of color #308770: hue angle of 164.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308770 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 112 -
CMYK 0.64 0 0.17 0.47
HSL 164.14º 0.48% 0.36% -
HSV(B) 164.14º 0.64% 0.53% -
XYZ 12.81 19.13 18.35 -
YUV 106.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 48 135 112 0.64 0 0.17 0.47 164.14 0.48 0.36
Hex 30 87 70 40 0 11 2F A4 30 24
Octal 60 207 160 100 0 21 57 244 60 44
Binary 110000 10000111 1110000 1000000 0 10001 101111 10100100 110000 100100

Color Harmonies of #308770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308770

Black with #308770

Text Example


Text Example

White with #308770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308770; }

 p { color: rgb(48,135,112); }

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

background-color css

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

 a { background-color: rgb(48,135,112); }

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

border-color css

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

 span { border-color: rgb(48,135,112); }

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