Html Css Color HEX #308570 Genoa

📋 copy color: '#308570'

red 48 ◦ green 133 ◦ blue 112

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

Shades of Genoa #308570

Tints of Genoa #308570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.39%

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

R = 16.38%
G = 45.39%
B = 38.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#308570 (or 0x308570) is known color: Genoa. HEX triplet: 30, 85 and 70. RGB value is (48,133,112). Sum of RGB (Red+Green+Blue) = 48+133+112=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #308570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308570 is #CF7A8F. Grayscale: #696969. Windows color (decimal): -13597328 or 7374128. OLE color: 7374128.

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

Color convert

RGB 48 133 112 -
CMYK 0.64 0 0.16 0.48
HSL 165.18º 0.47% 0.35% -
HSV(B) 165.18º 0.64% 0.52% -
XYZ 12.53 18.57 18.25 -
YUV 105.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 48 133 112 0.64 0 0.16 0.48 165.18 0.47 0.35
Hex 30 85 70 40 0 10 30 A5 2F 23
Octal 60 205 160 100 0 20 60 245 57 43
Binary 110000 10000101 1110000 1000000 0 10000 110000 10100101 101111 100011

Color Harmonies of #308570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308570

Black with #308570

Text Example


Text Example

White with #308570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308570; }

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

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

background-color css

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

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

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

border-color css

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

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

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