Html Css Color HEX #30856D Genoa

📋 copy color: '#30856D'

red 48 ◦ green 133 ◦ blue 109

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

Shades of Genoa #30856D

Tints of Genoa #30856D

RGB

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

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

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

R = 16.55%
G = 45.86%
B = 37.59%

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

#30856D (or 0x30856D) is known color: Genoa. HEX triplet: 30, 85 and 6D. RGB value is (48,133,109). Sum of RGB (Red+Green+Blue) = 48+133+109=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #30856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30856D is #CF7A92. Grayscale: #686868. Windows color (decimal): -13597331 or 7177520. OLE color: 7177520.

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

Color convert

RGB 48 133 109 -
CMYK 0.64 0 0.18 0.48
HSL 163.06º 0.47% 0.35% -
HSV(B) 163.06º 0.64% 0.52% -
XYZ 12.37 18.51 17.39 -
YUV 104.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 48 133 109 0.64 0 0.18 0.48 163.06 0.47 0.35
Hex 30 85 6D 40 0 12 30 A3 2F 23
Octal 60 205 155 100 0 22 60 243 57 43
Binary 110000 10000101 1101101 1000000 0 10010 110000 10100011 101111 100011

Color Harmonies of #30856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30856D

Black with #30856D

Text Example


Text Example

White with #30856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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