Html Css Color HEX #308C7C Elm

📋 copy color: '#308C7C'

red 48 ◦ green 140 ◦ blue 124

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

Shades of Elm #308C7C

Tints of Elm #308C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

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

R = 15.38%
G = 44.87%
B = 39.74%

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

#308C7C (or 0x308C7C) is known color: Elm. HEX triplet: 30, 8C and 7C. RGB value is (48,140,124). Sum of RGB (Red+Green+Blue) = 48+140+124=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #308C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C7C is #CF7383. Grayscale: #6E6E6E. Windows color (decimal): -13595524 or 8162352. OLE color: 8162352.

HSL color Cylindrical-coordinate representation of color #308C7C: hue angle of 169.57º 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 #308C7C is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 124 -
CMYK 0.66 0 0.11 0.45
HSL 169.57º 0.49% 0.37% -
HSV(B) 169.57º 0.66% 0.55% -
XYZ 14.24 20.84 22.34 -
YUV 110.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 48 140 124 0.66 0 0.11 0.45 169.57 0.49 0.37
Hex 30 8C 7C 42 0 B 2D AA 31 25
Octal 60 214 174 102 0 13 55 252 61 45
Binary 110000 10001100 1111100 1000010 0 1011 101101 10101010 110001 100101

Color Harmonies of #308C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C7C

Black with #308C7C

Text Example


Text Example

White with #308C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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