Html Css Color HEX #30837B Elm

📋 copy color: '#30837B'

red 48 ◦ green 131 ◦ blue 123

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

Shades of Elm #30837B

Tints of Elm #30837B

RGB

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

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

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

R = 15.89%
G = 43.38%
B = 40.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#30837B (or 0x30837B) is known color: Elm. HEX triplet: 30, 83 and 7B. RGB value is (48,131,123). Sum of RGB (Red+Green+Blue) = 48+131+123=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #30837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30837B is #CF7C84. Grayscale: #696969. Windows color (decimal): -13597829 or 8094512. OLE color: 8094512.

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

Color convert

RGB 48 131 123 -
CMYK 0.63 0 0.06 0.49
HSL 174.22º 0.46% 0.35% -
HSV(B) 174.22º 0.63% 0.51% -
XYZ 12.91 18.29 21.59 -
YUV 105.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 48 131 123 0.63 0 0.06 0.49 174.22 0.46 0.35
Hex 30 83 7B 3F 0 6 31 AE 2E 23
Octal 60 203 173 77 0 6 61 256 56 43
Binary 110000 10000011 1111011 111111 0 110 110001 10101110 101110 100011

Color Harmonies of #30837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30837B

Black with #30837B

Text Example


Text Example

White with #30837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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