Html Css Color HEX #307974 Elm

📋 copy color: '#307974'

red 48 ◦ green 121 ◦ blue 116

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

Shades of Elm #307974

Tints of Elm #307974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 16.84%
G = 42.46%
B = 40.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#307974 (or 0x307974) is known color: Elm. HEX triplet: 30, 79 and 74. RGB value is (48,121,116). Sum of RGB (Red+Green+Blue) = 48+121+116=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #307974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307974 is #CF868B. Grayscale: #626262. Windows color (decimal): -13600396 or 7633200. OLE color: 7633200.

HSL color Cylindrical-coordinate representation of color #307974: hue angle of 175.89º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307974 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 116 -
CMYK 0.60 0 0.04 0.53
HSL 175.89º 0.43% 0.33% -
HSV(B) 175.89º 0.6% 0.47% -
XYZ 11.21 15.56 18.94 -
YUV 98.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 48 121 116 0.60 0 0.04 0.53 175.89 0.43 0.33
Hex 30 79 74 3C 0 4 35 B0 2B 21
Octal 60 171 164 74 0 4 65 260 53 41
Binary 110000 1111001 1110100 111100 0 100 110101 10110000 101011 100001

Color Harmonies of #307974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307974

Black with #307974

Text Example


Text Example

White with #307974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307974; }

 p { color: rgb(48,121,116); }

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

background-color css

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

 a { background-color: rgb(48,121,116); }

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

border-color css

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

 span { border-color: rgb(48,121,116); }

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