Html Css Color HEX #30735C Genoa

📋 copy color: '#30735C'

red 48 ◦ green 115 ◦ blue 92

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

Shades of Genoa #30735C

Tints of Genoa #30735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 18.82%
G = 45.1%
B = 36.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#30735C (or 0x30735C) is known color: Genoa. HEX triplet: 30, 73 and 5C. RGB value is (48,115,92). Sum of RGB (Red+Green+Blue) = 48+115+92=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #30735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30735C is #CF8CA3. Grayscale: #5C5C5C. Windows color (decimal): -13601956 or 6058800. OLE color: 6058800.

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

Color convert

RGB 48 115 92 -
CMYK 0.58 0 0.20 0.55
HSL 159.4º 0.41% 0.32% -
HSV(B) 159.4º 0.58% 0.45% -
XYZ 9.28 13.66 12.27 -
YUV 92.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 48 115 92 0.58 0 0.20 0.55 159.4 0.41 0.32
Hex 30 73 5C 3A 0 14 37 9F 29 20
Octal 60 163 134 72 0 24 67 237 51 40
Binary 110000 1110011 1011100 111010 0 10100 110111 10011111 101001 100000

Color Harmonies of #30735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30735C

Black with #30735C

Text Example


Text Example

White with #30735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30735C; }

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

 H1.HeaderClassName
 {
   color: #30735C;
 }
 .AnyTagClassName
 {
   color: #30735C;
 }
</style>

background-color css

<style>
 a { background-color: #30735C; }

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

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

border-color css

<style>
 span { border-color: #30735C; }

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

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