Html Css Color HEX #307270 Elm

📋 copy color: '#307270'

red 48 ◦ green 114 ◦ blue 112

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

Shades of Elm #307270

Tints of Elm #307270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 17.52%
G = 41.61%
B = 40.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#307270 (or 0x307270) is known color: Elm. HEX triplet: 30, 72 and 70. RGB value is (48,114,112). Sum of RGB (Red+Green+Blue) = 48+114+112=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #307270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307270 is #CF8D8F. Grayscale: #5D5D5D. Windows color (decimal): -13602192 or 7369264. OLE color: 7369264.

HSL color Cylindrical-coordinate representation of color #307270: hue angle of 178.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307270 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 112 -
CMYK 0.58 0 0.02 0.55
HSL 178.18º 0.41% 0.32% -
HSV(B) 178.18º 0.58% 0.45% -
XYZ 10.16 13.83 17.46 -
YUV 94.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 48 114 112 0.58 0 0.02 0.55 178.18 0.41 0.32
Hex 30 72 70 3A 0 2 37 B2 29 20
Octal 60 162 160 72 0 2 67 262 51 40
Binary 110000 1110010 1110000 111010 0 10 110111 10110010 101001 100000

Color Harmonies of #307270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307270

Black with #307270

Text Example


Text Example

White with #307270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307270; }

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

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

background-color css

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

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

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

border-color css

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

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

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