Html Css Color HEX #30867E Elm

📋 copy color: '#30867E'

red 48 ◦ green 134 ◦ blue 126

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

Shades of Elm #30867E

Tints of Elm #30867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 15.58%
G = 43.51%
B = 40.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#30867E (or 0x30867E) is known color: Elm. HEX triplet: 30, 86 and 7E. RGB value is (48,134,126). Sum of RGB (Red+Green+Blue) = 48+134+126=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #30867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30867E is #CF7981. Grayscale: #6B6B6B. Windows color (decimal): -13597058 or 8291888. OLE color: 8291888.

HSL color Cylindrical-coordinate representation of color #30867E: hue angle of 174.42º 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 #30867E is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 126 -
CMYK 0.64 0 0.06 0.47
HSL 174.42º 0.47% 0.36% -
HSV(B) 174.42º 0.64% 0.53% -
XYZ 13.51 19.18 22.73 -
YUV 107.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 48 134 126 0.64 0 0.06 0.47 174.42 0.47 0.36
Hex 30 86 7E 40 0 6 2F AE 2F 24
Octal 60 206 176 100 0 6 57 256 57 44
Binary 110000 10000110 1111110 1000000 0 110 101111 10101110 101111 100100

Color Harmonies of #30867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30867E

Black with #30867E

Text Example


Text Example

White with #30867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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