Html Css Color HEX #30867A Elm

📋 copy color: '#30867A'

red 48 ◦ green 134 ◦ blue 122

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

Shades of Elm #30867A

Tints of Elm #30867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 15.79%
G = 44.08%
B = 40.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#30867A (or 0x30867A) is known color: Elm. HEX triplet: 30, 86 and 7A. RGB value is (48,134,122). Sum of RGB (Red+Green+Blue) = 48+134+122=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #30867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30867A is #CF7985. Grayscale: #6A6A6A. Windows color (decimal): -13597062 or 8029744. OLE color: 8029744.

HSL color Cylindrical-coordinate representation of color #30867A: hue angle of 171.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30867A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 122 -
CMYK 0.64 0 0.09 0.47
HSL 171.63º 0.47% 0.36% -
HSV(B) 171.63º 0.64% 0.53% -
XYZ 13.26 19.08 21.4 -
YUV 106.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 48 134 122 0.64 0 0.09 0.47 171.63 0.47 0.36
Hex 30 86 7A 40 0 9 2F AC 2F 24
Octal 60 206 172 100 0 11 57 254 57 44
Binary 110000 10000110 1111010 1000000 0 1001 101111 10101100 101111 100100

Color Harmonies of #30867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30867A

Black with #30867A

Text Example


Text Example

White with #30867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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