Html Css Color HEX #307572 Elm

📋 copy color: '#307572'

red 48 ◦ green 117 ◦ blue 114

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

Shades of Elm #307572

Tints of Elm #307572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

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

R = 17.2%
G = 41.94%
B = 40.86%

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

#307572 (or 0x307572) is known color: Elm. HEX triplet: 30, 75 and 72. RGB value is (48,117,114). Sum of RGB (Red+Green+Blue) = 48+117+114=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #307572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307572 is #CF8A8D. Grayscale: #5F5F5F. Windows color (decimal): -13601422 or 7501104. OLE color: 7501104.

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

Color convert

RGB 48 117 114 -
CMYK 0.59 0 0.03 0.54
HSL 177.39º 0.42% 0.32% -
HSV(B) 177.39º 0.59% 0.46% -
XYZ 10.62 14.57 18.17 -
YUV 96.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 48 117 114 0.59 0 0.03 0.54 177.39 0.42 0.32
Hex 30 75 72 3B 0 3 36 B1 2A 20
Octal 60 165 162 73 0 3 66 261 52 40
Binary 110000 1110101 1110010 111011 0 11 110110 10110001 101010 100000

Color Harmonies of #307572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307572

Black with #307572

Text Example


Text Example

White with #307572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307572; }

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

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

background-color css

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

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

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

border-color css

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

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

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