#30817A

Color #30817A Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #30817A

Tints of Elm #30817A

Color information

#30817A (or 0x30817A) is unknown color: approx Elm. HEX triplet: 30, 81 and 7A. RGB value is (48,129,122). Sum of RGB (Red+Green+Blue) = 48+129+122=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #30817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817A is #CF7E85. Grayscale: #676767. Windows color (decimal): -13598342 or 8028464. OLE color: 8028464.

HSL color Cylindrical-coordinate representation of color #30817A: hue angle of 174.81º 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 #30817A is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB48129122-
CMYK0.6300.050.49
HSL174.81º45.76%34.71%-
HSV(B)174.81º62.79%50.59%-
XYZ12.5817.7321.17-
YUV103.98138.1688.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=16.05%
G=43.14%
B=40.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291220.6300.050.49174.8145.7634.71
Hex30817A3F0531af2e23
Octal602011727705612575643
Binary110000100000011111010111111010111000110101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30817A;
 }
 .AnyTagClassName
 {
   color: #30817A;
 }
</style>
background-color css

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

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

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

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

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

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