Html Css Color HEX #30807B Elm

📋 copy color: '#30807B'

red 48 ◦ green 128 ◦ blue 123

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

Shades of Elm #30807B

Tints of Elm #30807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 16.05%
G = 42.81%
B = 41.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#30807B (or 0x30807B) is known color: Elm. HEX triplet: 30, 80 and 7B. RGB value is (48,128,123). Sum of RGB (Red+Green+Blue) = 48+128+123=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #30807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30807B is #CF7F84. Grayscale: #676767. Windows color (decimal): -13598597 or 8093744. OLE color: 8093744.

HSL color Cylindrical-coordinate representation of color #30807B: hue angle of 176.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30807B is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 123 -
CMYK 0.62 0 0.04 0.50
HSL 176.25º 0.45% 0.35% -
HSV(B) 176.25º 0.63% 0.5% -
XYZ 12.51 17.5 21.46 -
YUV 103.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 48 128 123 0.62 0 0.04 0.50 176.25 0.45 0.35
Hex 30 80 7B 3E 0 4 32 B0 2D 23
Octal 60 200 173 76 0 4 62 260 55 43
Binary 110000 10000000 1111011 111110 0 100 110010 10110000 101101 100011

Color Harmonies of #30807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30807B

Black with #30807B

Text Example


Text Example

White with #30807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30807B; }

 p { color: rgb(48,128,123); }

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

background-color css

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

 a { background-color: rgb(48,128,123); }

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

border-color css

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

 span { border-color: rgb(48,128,123); }

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