Html Css Color HEX #308279 Elm

📋 copy color: '#308279'

red 48 ◦ green 130 ◦ blue 121

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

Shades of Elm #308279

Tints of Elm #308279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 16.05%
G = 43.48%
B = 40.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#308279 (or 0x308279) is known color: Elm. HEX triplet: 30, 82 and 79. RGB value is (48,130,121). Sum of RGB (Red+Green+Blue) = 48+130+121=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #308279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308279 is #CF7D86. Grayscale: #686868. Windows color (decimal): -13598087 or 7963184. OLE color: 7963184.

HSL color Cylindrical-coordinate representation of color #308279: hue angle of 173.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308279 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 121 -
CMYK 0.63 0 0.07 0.49
HSL 173.41º 0.46% 0.35% -
HSV(B) 173.41º 0.63% 0.51% -
XYZ 12.65 17.97 20.89 -
YUV 104.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 48 130 121 0.63 0 0.07 0.49 173.41 0.46 0.35
Hex 30 82 79 3F 0 7 31 AD 2E 23
Octal 60 202 171 77 0 7 61 255 56 43
Binary 110000 10000010 1111001 111111 0 111 110001 10101101 101110 100011

Color Harmonies of #308279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308279

Black with #308279

Text Example


Text Example

White with #308279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308279; }

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

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

background-color css

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

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

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

border-color css

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

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

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