Html Css Color HEX #30846C Genoa

📋 copy color: '#30846C'

red 48 ◦ green 132 ◦ blue 108

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

Shades of Genoa #30846C

Tints of Genoa #30846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 16.67%
G = 45.83%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#30846C (or 0x30846C) is known color: Genoa. HEX triplet: 30, 84 and 6C. RGB value is (48,132,108). Sum of RGB (Red+Green+Blue) = 48+132+108=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #30846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30846C is #CF7B93. Grayscale: #686868. Windows color (decimal): -13597588 or 7111728. OLE color: 7111728.

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

Color convert

RGB 48 132 108 -
CMYK 0.64 0 0.18 0.48
HSL 162.86º 0.47% 0.35% -
HSV(B) 162.86º 0.64% 0.52% -
XYZ 12.18 18.21 17.06 -
YUV 104.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 48 132 108 0.64 0 0.18 0.48 162.86 0.47 0.35
Hex 30 84 6C 40 0 12 30 A3 2F 23
Octal 60 204 154 100 0 22 60 243 57 43
Binary 110000 10000100 1101100 1000000 0 10010 110000 10100011 101111 100011

Color Harmonies of #30846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30846C

Black with #30846C

Text Example


Text Example

White with #30846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30846C; }

 p { color: rgb(48,132,108); }

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

background-color css

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

 a { background-color: rgb(48,132,108); }

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

border-color css

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

 span { border-color: rgb(48,132,108); }

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