Html Css Color HEX #30826C Genoa

📋 copy color: '#30826C'

red 48 ◦ green 130 ◦ blue 108

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

Shades of Genoa #30826C

Tints of Genoa #30826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 16.78%
G = 45.45%
B = 37.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#30826C (or 0x30826C) is known color: Genoa. HEX triplet: 30, 82 and 6C. RGB value is (48,130,108). Sum of RGB (Red+Green+Blue) = 48+130+108=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #30826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826C is #CF7D93. Grayscale: #666666. Windows color (decimal): -13598100 or 7111216. OLE color: 7111216.

HSL color Cylindrical-coordinate representation of color #30826C: hue angle of 163.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30826C is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 108 -
CMYK 0.63 0 0.17 0.49
HSL 163.9º 0.46% 0.35% -
HSV(B) 163.9º 0.63% 0.51% -
XYZ 11.91 17.68 16.97 -
YUV 102.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 48 130 108 0.63 0 0.17 0.49 163.9 0.46 0.35
Hex 30 82 6C 3F 0 11 31 A4 2E 23
Octal 60 202 154 77 0 21 61 244 56 43
Binary 110000 10000010 1101100 111111 0 10001 110001 10100100 101110 100011

Color Harmonies of #30826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30826C

Black with #30826C

Text Example


Text Example

White with #30826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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