Html Css Color HEX #30817C Elm

📋 copy color: '#30817C'

red 48 ◦ green 129 ◦ blue 124

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

Shades of Elm #30817C

Tints of Elm #30817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 15.95%
G = 42.86%
B = 41.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#30817C (or 0x30817C) is known color: Elm. HEX triplet: 30, 81 and 7C. RGB value is (48,129,124). Sum of RGB (Red+Green+Blue) = 48+129+124=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #30817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817C is #CF7E83. Grayscale: #686868. Windows color (decimal): -13598340 or 8159536. OLE color: 8159536.

HSL color Cylindrical-coordinate representation of color #30817C: hue angle of 176.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30817C is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 124 -
CMYK 0.63 0 0.04 0.49
HSL 176.3º 0.46% 0.35% -
HSV(B) 176.3º 0.63% 0.51% -
XYZ 12.71 17.78 21.83 -
YUV 104.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 48 129 124 0.63 0 0.04 0.49 176.3 0.46 0.35
Hex 30 81 7C 3F 0 4 31 B0 2E 23
Octal 60 201 174 77 0 4 61 260 56 43
Binary 110000 10000001 1111100 111111 0 100 110001 10110000 101110 100011

Color Harmonies of #30817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30817C

Black with #30817C

Text Example


Text Example

White with #30817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,129,124); }

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

background-color css

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

 a { background-color: rgb(48,129,124); }

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

border-color css

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

 span { border-color: rgb(48,129,124); }

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