Html Css Color HEX #308D7D Elm

📋 copy color: '#308D7D'

red 48 ◦ green 141 ◦ blue 125

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

Shades of Elm #308D7D

Tints of Elm #308D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 15.29%
G = 44.9%
B = 39.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#308D7D (or 0x308D7D) is known color: Elm. HEX triplet: 30, 8D and 7D. RGB value is (48,141,125). Sum of RGB (Red+Green+Blue) = 48+141+125=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #308D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D7D is #CF7282. Grayscale: #6F6F6F. Windows color (decimal): -13595267 or 8228144. OLE color: 8228144.

HSL color Cylindrical-coordinate representation of color #308D7D: hue angle of 169.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D7D is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 125 -
CMYK 0.66 0 0.11 0.45
HSL 169.68º 0.49% 0.37% -
HSV(B) 169.68º 0.66% 0.55% -
XYZ 14.45 21.16 22.72 -
YUV 111.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 48 141 125 0.66 0 0.11 0.45 169.68 0.49 0.37
Hex 30 8D 7D 42 0 B 2D AA 31 25
Octal 60 215 175 102 0 13 55 252 61 45
Binary 110000 10001101 1111101 1000010 0 1011 101101 10101010 110001 100101

Color Harmonies of #308D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D7D

Black with #308D7D

Text Example


Text Example

White with #308D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D7D; }

 p { color: rgb(48,141,125); }

 H1.HeaderClassName
 {
   color: #308D7D;
 }
 .AnyTagClassName
 {
   color: #308D7D;
 }
</style>

background-color css

<style>
 a { background-color: #308D7D; }

 a { background-color: rgb(48,141,125); }

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

border-color css

<style>
 span { border-color: #308D7D; }

 span { border-color: rgb(48,141,125); }

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