Html Css Color HEX #30826D Genoa

📋 copy color: '#30826D'

red 48 ◦ green 130 ◦ blue 109

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

Shades of Genoa #30826D

Tints of Genoa #30826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 16.72%
G = 45.3%
B = 37.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#30826D (or 0x30826D) is known color: Genoa. HEX triplet: 30, 82 and 6D. RGB value is (48,130,109). Sum of RGB (Red+Green+Blue) = 48+130+109=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #30826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826D is #CF7D92. Grayscale: #676767. Windows color (decimal): -13598099 or 7176752. OLE color: 7176752.

HSL color Cylindrical-coordinate representation of color #30826D: hue angle of 164.63º 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 #30826D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 109 -
CMYK 0.63 0 0.16 0.49
HSL 164.63º 0.46% 0.35% -
HSV(B) 164.63º 0.63% 0.51% -
XYZ 11.96 17.7 17.25 -
YUV 103.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 48 130 109 0.63 0 0.16 0.49 164.63 0.46 0.35
Hex 30 82 6D 3F 0 10 31 A5 2E 23
Octal 60 202 155 77 0 20 61 245 56 43
Binary 110000 10000010 1101101 111111 0 10000 110001 10100101 101110 100011

Color Harmonies of #30826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30826D

Black with #30826D

Text Example


Text Example

White with #30826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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