Html Css Color HEX #30786A Genoa

📋 copy color: '#30786A'

red 48 ◦ green 120 ◦ blue 106

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

Shades of Genoa #30786A

Tints of Genoa #30786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 17.52%
G = 43.8%
B = 38.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#30786A (or 0x30786A) is known color: Genoa. HEX triplet: 30, 78 and 6A. RGB value is (48,120,106). Sum of RGB (Red+Green+Blue) = 48+120+106=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #30786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30786A is #CF8795. Grayscale: #606060. Windows color (decimal): -13600662 or 6977584. OLE color: 6977584.

HSL color Cylindrical-coordinate representation of color #30786A: hue angle of 168.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30786A is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 106 -
CMYK 0.60 0 0.12 0.53
HSL 168.33º 0.43% 0.33% -
HSV(B) 168.33º 0.6% 0.47% -
XYZ 10.54 15.1 16 -
YUV 96.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 48 120 106 0.60 0 0.12 0.53 168.33 0.43 0.33
Hex 30 78 6A 3C 0 C 35 A8 2B 21
Octal 60 170 152 74 0 14 65 250 53 41
Binary 110000 1111000 1101010 111100 0 1100 110101 10101000 101011 100001

Color Harmonies of #30786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30786A

Black with #30786A

Text Example


Text Example

White with #30786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30786A; }

 p { color: rgb(48,120,106); }

 H1.HeaderClassName
 {
   color: #30786A;
 }
 .AnyTagClassName
 {
   color: #30786A;
 }
</style>

background-color css

<style>
 a { background-color: #30786A; }

 a { background-color: rgb(48,120,106); }

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

border-color css

<style>
 span { border-color: #30786A; }

 span { border-color: rgb(48,120,106); }

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