Html Css Color HEX #30736F Genoa

📋 copy color: '#30736F'

red 48 ◦ green 115 ◦ blue 111

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

Shades of Genoa #30736F

Tints of Genoa #30736F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 17.52%
G = 41.97%
B = 40.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#30736F (or 0x30736F) is known color: Genoa. HEX triplet: 30, 73 and 6F. RGB value is (48,115,111). Sum of RGB (Red+Green+Blue) = 48+115+111=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #30736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736F is #CF8C90. Grayscale: #5E5E5E. Windows color (decimal): -13601937 or 7303984. OLE color: 7303984.

HSL color Cylindrical-coordinate representation of color #30736F: hue angle of 176.42º 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 #30736F is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 111 -
CMYK 0.58 0 0.03 0.55
HSL 176.42º 0.41% 0.32% -
HSV(B) 176.42º 0.58% 0.45% -
XYZ 10.22 14.04 17.21 -
YUV 94.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 48 115 111 0.58 0 0.03 0.55 176.42 0.41 0.32
Hex 30 73 6F 3A 0 3 37 B0 29 20
Octal 60 163 157 72 0 3 67 260 51 40
Binary 110000 1110011 1101111 111010 0 11 110111 10110000 101001 100000

Color Harmonies of #30736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30736F

Black with #30736F

Text Example


Text Example

White with #30736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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