Html Css Color HEX #308576 Genoa

📋 copy color: '#308576'

red 48 ◦ green 133 ◦ blue 118

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

Shades of Genoa #308576

Tints of Genoa #308576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 16.05%
G = 44.48%
B = 39.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#308576 (or 0x308576) is known color: Genoa. HEX triplet: 30, 85 and 76. RGB value is (48,133,118). Sum of RGB (Red+Green+Blue) = 48+133+118=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #308576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308576 is #CF7A89. Grayscale: #696969. Windows color (decimal): -13597322 or 7767344. OLE color: 7767344.

HSL color Cylindrical-coordinate representation of color #308576: hue angle of 169.41º 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 #308576 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 118 -
CMYK 0.64 0 0.11 0.48
HSL 169.41º 0.47% 0.35% -
HSV(B) 169.41º 0.64% 0.52% -
XYZ 12.88 18.71 20.07 -
YUV 105.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 48 133 118 0.64 0 0.11 0.48 169.41 0.47 0.35
Hex 30 85 76 40 0 B 30 A9 2F 23
Octal 60 205 166 100 0 13 60 251 57 43
Binary 110000 10000101 1110110 1000000 0 1011 110000 10101001 101111 100011

Color Harmonies of #308576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308576

Black with #308576

Text Example


Text Example

White with #308576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308576; }

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

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

background-color css

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

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

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

border-color css

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

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

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