Html Css Color HEX #30736A Genoa

📋 copy color: '#30736A'

red 48 ◦ green 115 ◦ blue 106

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

Shades of Genoa #30736A

Tints of Genoa #30736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

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

R = 17.84%
G = 42.75%
B = 39.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#30736A (or 0x30736A) is known color: Genoa. HEX triplet: 30, 73 and 6A. RGB value is (48,115,106). Sum of RGB (Red+Green+Blue) = 48+115+106=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #30736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736A is #CF8C95. Grayscale: #5D5D5D. Windows color (decimal): -13601942 or 6976304. OLE color: 6976304.

HSL color Cylindrical-coordinate representation of color #30736A: hue angle of 171.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30736A is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 106 -
CMYK 0.58 0 0.08 0.55
HSL 171.94º 0.41% 0.32% -
HSV(B) 171.94º 0.58% 0.45% -
XYZ 9.95 13.93 15.8 -
YUV 93.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 48 115 106 0.58 0 0.08 0.55 171.94 0.41 0.32
Hex 30 73 6A 3A 0 8 37 AC 29 20
Octal 60 163 152 72 0 10 67 254 51 40
Binary 110000 1110011 1101010 111010 0 1000 110111 10101100 101001 100000

Color Harmonies of #30736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30736A

Black with #30736A

Text Example


Text Example

White with #30736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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