Html Css Color HEX #307672 Elm

📋 copy color: '#307672'

red 48 ◦ green 118 ◦ blue 114

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

Shades of Elm #307672

Tints of Elm #307672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 17.14%
G = 42.14%
B = 40.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#307672 (or 0x307672) is known color: Elm. HEX triplet: 30, 76 and 72. RGB value is (48,118,114). Sum of RGB (Red+Green+Blue) = 48+118+114=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #307672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307672 is #CF898D. Grayscale: #606060. Windows color (decimal): -13601166 or 7501360. OLE color: 7501360.

HSL color Cylindrical-coordinate representation of color #307672: hue angle of 176.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307672 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 114 -
CMYK 0.59 0 0.03 0.54
HSL 176.57º 0.42% 0.33% -
HSV(B) 176.57º 0.59% 0.46% -
XYZ 10.73 14.8 18.21 -
YUV 96.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 48 118 114 0.59 0 0.03 0.54 176.57 0.42 0.33
Hex 30 76 72 3B 0 3 36 B1 2A 21
Octal 60 166 162 73 0 3 66 261 52 41
Binary 110000 1110110 1110010 111011 0 11 110110 10110001 101010 100001

Color Harmonies of #307672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307672

Black with #307672

Text Example


Text Example

White with #307672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307672; }

 p { color: rgb(48,118,114); }

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

background-color css

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

 a { background-color: rgb(48,118,114); }

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

border-color css

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

 span { border-color: rgb(48,118,114); }

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