Html Css Color HEX #308478 Elm

📋 copy color: '#308478'

red 48 ◦ green 132 ◦ blue 120

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

Shades of Elm #308478

Tints of Elm #308478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 16%
G = 44%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#308478 (or 0x308478) is known color: Elm. HEX triplet: 30, 84 and 78. RGB value is (48,132,120). Sum of RGB (Red+Green+Blue) = 48+132+120=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #308478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308478 is #CF7B87. Grayscale: #696969. Windows color (decimal): -13597576 or 7898160. OLE color: 7898160.

HSL color Cylindrical-coordinate representation of color #308478: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308478 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 120 -
CMYK 0.64 0 0.09 0.48
HSL 171.43º 0.47% 0.35% -
HSV(B) 171.43º 0.64% 0.52% -
XYZ 12.86 18.49 20.66 -
YUV 105.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 48 132 120 0.64 0 0.09 0.48 171.43 0.47 0.35
Hex 30 84 78 40 0 9 30 AB 2F 23
Octal 60 204 170 100 0 11 60 253 57 43
Binary 110000 10000100 1111000 1000000 0 1001 110000 10101011 101111 100011

Color Harmonies of #308478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308478

Black with #308478

Text Example


Text Example

White with #308478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308478; }

 p { color: rgb(48,132,120); }

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

background-color css

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

 a { background-color: rgb(48,132,120); }

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

border-color css

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

 span { border-color: rgb(48,132,120); }

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