Html Css Color HEX #30837D Elm

📋 copy color: '#30837D'

red 48 ◦ green 131 ◦ blue 125

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

Shades of Elm #30837D

Tints of Elm #30837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 15.79%
G = 43.09%
B = 41.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#30837D (or 0x30837D) is known color: Elm. HEX triplet: 30, 83 and 7D. RGB value is (48,131,125). Sum of RGB (Red+Green+Blue) = 48+131+125=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #30837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30837D is #CF7C82. Grayscale: #696969. Windows color (decimal): -13597827 or 8225584. OLE color: 8225584.

HSL color Cylindrical-coordinate representation of color #30837D: hue angle of 175.66º 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 #30837D is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 125 -
CMYK 0.63 0 0.05 0.49
HSL 175.66º 0.46% 0.35% -
HSV(B) 175.66º 0.63% 0.51% -
XYZ 13.04 18.34 22.26 -
YUV 105.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 48 131 125 0.63 0 0.05 0.49 175.66 0.46 0.35
Hex 30 83 7D 3F 0 5 31 B0 2E 23
Octal 60 203 175 77 0 5 61 260 56 43
Binary 110000 10000011 1111101 111111 0 101 110001 10110000 101110 100011

Color Harmonies of #30837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30837D

Black with #30837D

Text Example


Text Example

White with #30837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30837D; }

 p { color: rgb(48,131,125); }

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

background-color css

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

 a { background-color: rgb(48,131,125); }

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

border-color css

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

 span { border-color: rgb(48,131,125); }

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