Html Css Color HEX #30816B Genoa

📋 copy color: '#30816B'

red 48 ◦ green 129 ◦ blue 107

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

Shades of Genoa #30816B

Tints of Genoa #30816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 16.9%
G = 45.42%
B = 37.68%

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

#30816B (or 0x30816B) is known color: Genoa. HEX triplet: 30, 81 and 6B. RGB value is (48,129,107). Sum of RGB (Red+Green+Blue) = 48+129+107=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #30816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30816B is #CF7E94. Grayscale: #666666. Windows color (decimal): -13598357 or 7045424. OLE color: 7045424.

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

Color convert

RGB 48 129 107 -
CMYK 0.63 0 0.17 0.49
HSL 163.7º 0.46% 0.35% -
HSV(B) 163.7º 0.63% 0.51% -
XYZ 11.72 17.39 16.65 -
YUV 102.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 48 129 107 0.63 0 0.17 0.49 163.7 0.46 0.35
Hex 30 81 6B 3F 0 11 31 A4 2E 23
Octal 60 201 153 77 0 21 61 244 56 43
Binary 110000 10000001 1101011 111111 0 10001 110001 10100100 101110 100011

Color Harmonies of #30816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30816B

Black with #30816B

Text Example


Text Example

White with #30816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30816B; }

 p { color: rgb(48,129,107); }

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

background-color css

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

 a { background-color: rgb(48,129,107); }

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

border-color css

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

 span { border-color: rgb(48,129,107); }

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